Html Css Color HEX #024CEF Navy Blue

📋 copy color: '#024CEF'

red 2 ◦ green 76 ◦ blue 239

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

Shades of Navy Blue #024CEF

Tints of Navy Blue #024CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

 BLUE value IS 239 (93.75% from 255) = 75.39%

R = 0.63%
G = 23.97%
B = 75.39%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#024CEF (or 0x024CEF) is known color: Navy Blue. HEX triplet: 02, 4C and EF. RGB value is (2,76,239). Sum of RGB (Red+Green+Blue) = 2+76+239=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #024CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024CEF is #FDB310. Grayscale: #474747. Windows color (decimal): -16626449 or 15682562. OLE color: 15682562.

HSL color Cylindrical-coordinate representation of color #024CEF: hue angle of 221.27º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CEF is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 76 239 -
CMYK 0.99 0.68 0 0.06
HSL 221.27º 0.98% 0.47% -
HSV(B) 221.27º 0.99% 0.94% -
XYZ 18.19 11.41 82.91 -
YUV 72.46 221.98 77.75 -
System Red Green Blue C M Y K H S L
Decimal 2 76 239 0.99 0.68 0 0.06 221.27 0.98 0.47
Hex 2 4C EF 63 44 0 6 DD 62 2F
Octal 2 114 357 143 104 0 6 335 142 57
Binary 10 1001100 11101111 1100011 1000100 0 110 11011101 1100010 101111

Color Harmonies of #024CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CEF

Black with #024CEF

Text Example


Text Example

White with #024CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,76,239); }

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

background-color css

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

 a { background-color: rgb(2,76,239); }

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

border-color css

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

 span { border-color: rgb(2,76,239); }

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