Html Css Color HEX #024FAC Cobalt

📋 copy color: '#024FAC'

red 2 ◦ green 79 ◦ blue 172

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

Shades of Cobalt #024FAC

Tints of Cobalt #024FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.98%

R = 0.79%
G = 31.23%
B = 67.98%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#024FAC (or 0x024FAC) is known color: Cobalt. HEX triplet: 02, 4F and AC. RGB value is (2,79,172). Sum of RGB (Red+Green+Blue) = 2+79+172=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #024FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FAC is #FDB053. Grayscale: #424242. Windows color (decimal): -16625748 or 11292418. OLE color: 11292418.

HSL color Cylindrical-coordinate representation of color #024FAC: hue angle of 212.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FAC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 79 172 -
CMYK 0.99 0.54 0 0.33
HSL 212.82º 0.98% 0.34% -
HSV(B) 212.82º 0.99% 0.67% -
XYZ 10.27 8.58 40.15 -
YUV 66.58 187.49 81.94 -
System Red Green Blue C M Y K H S L
Decimal 2 79 172 0.99 0.54 0 0.33 212.82 0.98 0.34
Hex 2 4F AC 63 36 0 21 D5 62 22
Octal 2 117 254 143 66 0 41 325 142 42
Binary 10 1001111 10101100 1100011 110110 0 100001 11010101 1100010 100010

Color Harmonies of #024FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FAC

Black with #024FAC

Text Example


Text Example

White with #024FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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