Html Css Color HEX #024DBB Cobalt

📋 copy color: '#024DBB'

red 2 ◦ green 77 ◦ blue 187

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

Shades of Cobalt #024DBB

Tints of Cobalt #024DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.95%

 BLUE value IS 187 (73.44% from 255) = 70.3%

R = 0.75%
G = 28.95%
B = 70.3%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#024DBB (or 0x024DBB) is known color: Cobalt. HEX triplet: 02, 4D and BB. RGB value is (2,77,187). Sum of RGB (Red+Green+Blue) = 2+77+187=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #024DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DBB is #FDB244. Grayscale: #424242. Windows color (decimal): -16626245 or 12274946. OLE color: 12274946.

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

Color convert

RGB 2 77 187 -
CMYK 0.99 0.59 0 0.27
HSL 215.68º 0.98% 0.37% -
HSV(B) 215.68º 0.99% 0.73% -
XYZ 11.65 8.91 48.12 -
YUV 67.12 195.65 81.56 -
System Red Green Blue C M Y K H S L
Decimal 2 77 187 0.99 0.59 0 0.27 215.68 0.98 0.37
Hex 2 4D BB 63 3B 0 1B D8 62 25
Octal 2 115 273 143 73 0 33 330 142 45
Binary 10 1001101 10111011 1100011 111011 0 11011 11011000 1100010 100101

Color Harmonies of #024DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DBB

Black with #024DBB

Text Example


Text Example

White with #024DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,77,187); }

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

background-color css

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

 a { background-color: rgb(2,77,187); }

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

border-color css

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

 span { border-color: rgb(2,77,187); }

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