Color Hex Logo

#024bdb Color Hex

#024BDB
(2,75,219)
0 Favorites   0 Comments

Color spaces of #024bdb

RGB 275219
HSL0.610.980.43
HSV220°99°86°
CMYK 0.990.660.00   0.14
XYZ15.327310.159568.1710
Yxy10.15950.16370.1085
Hunter Lab31.874030.0562-104.4957
CIE-Lab38.127238.8457-77.7746

#024bdb color RGB value is (2,75,219).

#024bdb hex color red value is 2, green value is 75 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #024bdb hue: 0.61 , saturation: 0.98 and the lightness value of 024bdb is 0.43.

The process color (four color CMYK) of #024bdb color hex is 0.99, 0.66, 0.00, 0.14. Web safe color of #024bdb is #0033cc. Color #024bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001011 11011011
Octal 2 113 333
Decimal 2 75 219
Hex 2 4B DB

RGB Percentages of Color #024bdb

%0.68
%25.34
%73.99

CMYK Percentages of Color #024bdb

%99
%66
%0
%14

Triadic Colors of #024bdb

#024bdb #db024b #4bdb02

Analogous Colors of #024bdb

#024bdb #2502db #02b8db

Monochromatic Colors of #024bdb

#024bdb

Complementary Color

#024bdb #db9202

#024bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#024bdb Color CSS Codes

.mybgcolor {background-color:#024bdb; } 
.myforecolor {color:#024bdb; }
.mybordercolor {border:3px solid #024bdb; }

#024bdb Text Font Color

<p style="color:#024bdb">Text here</p>

This sample text font color is #024bdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#024bdb Background Color

<div style="background-color:#024bdb">
Div content here</div>

This div background color is #024bdb


#024bdb Border Color

<div style="border:3px solid #024bdb">
Div here</div>

This div border color is #024bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,75,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #024bdb;
  box-shadow:         1px 1px 3px 2px #024bdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,75,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #024bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #024bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #024bdb;
  box-shadow:         1px 1px 3px 2px #024bdb;">
Div content here</div>

This div box has shadow with color #024bdb


Comments

No comments written yet.

Please login to write comment.