Html Css Color HEX #024FC3 Cobalt

📋 copy color: '#024FC3'

red 2 ◦ green 79 ◦ blue 195

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

Shades of Cobalt #024FC3

Tints of Cobalt #024FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 70.65%

R = 0.72%
G = 28.62%
B = 70.65%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#024FC3 (or 0x024FC3) is known color: Cobalt. HEX triplet: 02, 4F and C3. RGB value is (2,79,195). Sum of RGB (Red+Green+Blue) = 2+79+195=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 195 (76.56% from 255 or 70.65% from 276); Max value from RGB is 195 - color contains mainly: blue. Hex color #024FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FC3 is #FDB03C. Grayscale: #444444. Windows color (decimal): -16625725 or 12799746. OLE color: 12799746.

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

Color convert

RGB 2 79 195 -
CMYK 0.99 0.59 0 0.24
HSL 216.06º 0.98% 0.39% -
HSV(B) 216.06º 0.99% 0.76% -
XYZ 12.67 9.55 52.8 -
YUV 69.2 198.99 80.07 -
System Red Green Blue C M Y K H S L
Decimal 2 79 195 0.99 0.59 0 0.24 216.06 0.98 0.39
Hex 2 4F C3 63 3B 0 18 D8 62 27
Octal 2 117 303 143 73 0 30 330 142 47
Binary 10 1001111 11000011 1100011 111011 0 11000 11011000 1100010 100111

Color Harmonies of #024FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FC3

Black with #024FC3

Text Example


Text Example

White with #024FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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