Html Css Color HEX #024CDF Navy Blue

📋 copy color: '#024CDF'

red 2 ◦ green 76 ◦ blue 223

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

Shades of Navy Blue #024CDF

Tints of Navy Blue #024CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.09%

R = 0.66%
G = 25.25%
B = 74.09%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#024CDF (or 0x024CDF) is known color: Navy Blue. HEX triplet: 02, 4C and DF. RGB value is (2,76,223). Sum of RGB (Red+Green+Blue) = 2+76+223=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #024CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CDF is #FDB320. Grayscale: #454545. Windows color (decimal): -16626465 or 14633986. OLE color: 14633986.

HSL color Cylindrical-coordinate representation of color #024CDF: hue angle of 219.91º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CDF is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 76 223 -
CMYK 0.99 0.66 0 0.13
HSL 219.91º 0.98% 0.44% -
HSV(B) 219.91º 0.99% 0.87% -
XYZ 15.93 10.51 71 -
YUV 70.63 213.98 79.05 -
System Red Green Blue C M Y K H S L
Decimal 2 76 223 0.99 0.66 0 0.13 219.91 0.98 0.44
Hex 2 4C DF 63 42 0 D DC 62 2C
Octal 2 114 337 143 102 0 15 334 142 54
Binary 10 1001100 11011111 1100011 1000010 0 1101 11011100 1100010 101100

Color Harmonies of #024CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CDF

Black with #024CDF

Text Example


Text Example

White with #024CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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