Html Css Color HEX #024ABE Cobalt

📋 copy color: '#024ABE'

red 2 ◦ green 74 ◦ blue 190

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

Shades of Cobalt #024ABE

Tints of Cobalt #024ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.43%

R = 0.75%
G = 27.82%
B = 71.43%

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

#024ABE (or 0x024ABE) is known color: Cobalt. HEX triplet: 02, 4A and BE. RGB value is (2,74,190). Sum of RGB (Red+Green+Blue) = 2+74+190=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #024ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ABE is #FDB541. Grayscale: #414141. Windows color (decimal): -16627010 or 12470786. OLE color: 12470786.

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

Color convert

RGB 2 74 190 -
CMYK 0.99 0.61 0 0.25
HSL 217.02º 0.98% 0.38% -
HSV(B) 217.02º 0.99% 0.75% -
XYZ 11.77 8.63 49.76 -
YUV 65.7 198.15 82.57 -
System Red Green Blue C M Y K H S L
Decimal 2 74 190 0.99 0.61 0 0.25 217.02 0.98 0.38
Hex 2 4A BE 63 3D 0 19 D9 62 26
Octal 2 112 276 143 75 0 31 331 142 46
Binary 10 1001010 10111110 1100011 111101 0 11001 11011001 1100010 100110

Color Harmonies of #024ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024ABE

Black with #024ABE

Text Example


Text Example

White with #024ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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