Html Css Color HEX #024BB5 Cobalt

📋 copy color: '#024BB5'

red 2 ◦ green 75 ◦ blue 181

#024BB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #024BB5

Tints of Cobalt #024BB5

RGB

 RED value IS 2 (1.17% from 255) = 0.78%

 GREEN value IS 75 (29.69% from 255) = 29.07%

 BLUE value IS 181 (71.09% from 255) = 70.16%

R = 0.78%
G = 29.07%
B = 70.16%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#024BB5 (or 0x024BB5) is known color: Cobalt. HEX triplet: 02, 4B and B5. RGB value is (2,75,181). Sum of RGB (Red+Green+Blue) = 2+75+181=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 181 (71.09% from 255 or 70.16% from 258); Max value from RGB is 181 - color contains mainly: blue. Hex color #024BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BB5 is #FDB44A. Grayscale: #404040. Windows color (decimal): -16626763 or 11881218. OLE color: 11881218.

HSL color Cylindrical-coordinate representation of color #024BB5: hue angle of 215.53º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BB5 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 75 181 -
CMYK 0.99 0.59 0 0.29
HSL 215.53º 0.98% 0.36% -
HSV(B) 215.53º 0.99% 0.71% -
XYZ 10.88 8.38 44.76 -
YUV 65.26 193.32 82.88 -
System Red Green Blue C M Y K H S L
Decimal 2 75 181 0.99 0.59 0 0.29 215.53 0.98 0.36
Hex 2 4B B5 63 3B 0 1D D8 62 24
Octal 2 113 265 143 73 0 35 330 142 44
Binary 10 1001011 10110101 1100011 111011 0 11101 11011000 1100010 100100

Color Harmonies of #024BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BB5

Black with #024BB5

Text Example


Text Example

White with #024BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024BB5; }

 p { color: rgb(2,75,181); }

 H1.HeaderClassName
 {
   color: #024BB5;
 }
 .AnyTagClassName
 {
   color: #024BB5;
 }
</style>

background-color css

<style>
 a { background-color: #024BB5; }

 a { background-color: rgb(2,75,181); }

 div.DivClassName
 {
   background-color: #024BB5;
 }
 .BgClassName
 {
   background-color: #024BB5;
 }
</style>

border-color css

<style>
 span { border-color: #024BB5; }

 span { border-color: rgb(2,75,181); }

 td.TdClassName
 {
   border-color: #024BB5;
 }
 .TagClassName
 {
   border-color: #024BB5;
 }
</style>