Html Css Color HEX #024D8E Dark Cerulean

📋 copy color: '#024D8E'

red 2 ◦ green 77 ◦ blue 142

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

Shades of Dark Cerulean #024D8E

Tints of Dark Cerulean #024D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.25%

R = 0.9%
G = 34.84%
B = 64.25%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#024D8E (or 0x024D8E) is known color: Dark Cerulean. HEX triplet: 02, 4D and 8E. RGB value is (2,77,142). Sum of RGB (Red+Green+Blue) = 2+77+142=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #024D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D8E is #FDB271. Grayscale: #3D3D3D. Windows color (decimal): -16626290 or 9325826. OLE color: 9325826.

HSL color Cylindrical-coordinate representation of color #024D8E: hue angle of 207.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024D8E is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 77 142 -
CMYK 0.99 0.46 0 0.44
HSL 207.86º 0.97% 0.28% -
HSV(B) 207.86º 0.99% 0.56% -
XYZ 7.56 7.27 26.6 -
YUV 61.99 173.15 85.21 -
System Red Green Blue C M Y K H S L
Decimal 2 77 142 0.99 0.46 0 0.44 207.86 0.97 0.28
Hex 2 4D 8E 63 2E 0 2C D0 61 1C
Octal 2 115 216 143 56 0 54 320 141 34
Binary 10 1001101 10001110 1100011 101110 0 101100 11010000 1100001 11100

Color Harmonies of #024D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D8E

Black with #024D8E

Text Example


Text Example

White with #024D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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