Html Css Color HEX #024FB4 Cobalt

📋 copy color: '#024FB4'

red 2 ◦ green 79 ◦ blue 180

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

Shades of Cobalt #024FB4

Tints of Cobalt #024FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.27%

 BLUE value IS 180 (70.7% from 255) = 68.97%

R = 0.77%
G = 30.27%
B = 68.97%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#024FB4 (or 0x024FB4) is known color: Cobalt. HEX triplet: 02, 4F and B4. RGB value is (2,79,180). Sum of RGB (Red+Green+Blue) = 2+79+180=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #024FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FB4 is #FDB04B. Grayscale: #434343. Windows color (decimal): -16625740 or 11816706. OLE color: 11816706.

HSL color Cylindrical-coordinate representation of color #024FB4: hue angle of 214.04º 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 #024FB4 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 79 180 -
CMYK 0.99 0.56 0 0.29
HSL 214.04º 0.98% 0.36% -
HSV(B) 214.04º 0.99% 0.71% -
XYZ 11.06 8.9 44.32 -
YUV 67.49 191.49 81.29 -
System Red Green Blue C M Y K H S L
Decimal 2 79 180 0.99 0.56 0 0.29 214.04 0.98 0.36
Hex 2 4F B4 63 38 0 1D D6 62 24
Octal 2 117 264 143 70 0 35 326 142 44
Binary 10 1001111 10110100 1100011 111000 0 11101 11010110 1100010 100100

Color Harmonies of #024FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FB4

Black with #024FB4

Text Example


Text Example

White with #024FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,79,180); }

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

background-color css

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

 a { background-color: rgb(2,79,180); }

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

border-color css

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

 span { border-color: rgb(2,79,180); }

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