Html Css Color HEX #024ABF Cobalt

📋 copy color: '#024ABF'

red 2 ◦ green 74 ◦ blue 191

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

Shades of Cobalt #024ABF

Tints of Cobalt #024ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

 BLUE value IS 191 (75% from 255) = 71.54%

R = 0.75%
G = 27.72%
B = 71.54%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#024ABF (or 0x024ABF) is known color: Cobalt. HEX triplet: 02, 4A and BF. RGB value is (2,74,191). Sum of RGB (Red+Green+Blue) = 2+74+191=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #024ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ABF is #FDB540. Grayscale: #414141. Windows color (decimal): -16627009 or 12536322. OLE color: 12536322.

HSL color Cylindrical-coordinate representation of color #024ABF: hue angle of 217.14º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ABF is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 74 191 -
CMYK 0.99 0.61 0 0.25
HSL 217.14º 0.98% 0.38% -
HSV(B) 217.14º 0.99% 0.75% -
XYZ 11.88 8.67 50.34 -
YUV 65.81 198.65 82.49 -
System Red Green Blue C M Y K H S L
Decimal 2 74 191 0.99 0.61 0 0.25 217.14 0.98 0.38
Hex 2 4A BF 63 3D 0 19 D9 62 26
Octal 2 112 277 143 75 0 31 331 142 46
Binary 10 1001010 10111111 1100011 111101 0 11001 11011001 1100010 100110

Color Harmonies of #024ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024ABF

Black with #024ABF

Text Example


Text Example

White with #024ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,74,191); }

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

background-color css

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

 a { background-color: rgb(2,74,191); }

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

border-color css

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

 span { border-color: rgb(2,74,191); }

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