Html Css Color HEX #024DDF Navy Blue

📋 copy color: '#024DDF'

red 2 ◦ green 77 ◦ blue 223

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

Shades of Navy Blue #024DDF

Tints of Navy Blue #024DDF

RGB

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

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

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

R = 0.66%
G = 25.5%
B = 73.84%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#024DDF (or 0x024DDF) is known color: Navy Blue. HEX triplet: 02, 4D and DF. RGB value is (2,77,223). Sum of RGB (Red+Green+Blue) = 2+77+223=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #024DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DDF is #FDB220. Grayscale: #464646. Windows color (decimal): -16626209 or 14634242. OLE color: 14634242.

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

Color convert

RGB 2 77 223 -
CMYK 0.99 0.65 0 0.13
HSL 219.64º 0.98% 0.44% -
HSV(B) 219.64º 0.99% 0.87% -
XYZ 16 10.65 71.02 -
YUV 71.22 213.65 78.63 -
System Red Green Blue C M Y K H S L
Decimal 2 77 223 0.99 0.65 0 0.13 219.64 0.98 0.44
Hex 2 4D DF 63 41 0 D DC 62 2C
Octal 2 115 337 143 101 0 15 334 142 54
Binary 10 1001101 11011111 1100011 1000001 0 1101 11011100 1100010 101100

Color Harmonies of #024DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DDF

Black with #024DDF

Text Example


Text Example

White with #024DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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