Html Css Color HEX #024FDF Navy Blue

📋 copy color: '#024FDF'

red 2 ◦ green 79 ◦ blue 223

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

Shades of Navy Blue #024FDF

Tints of Navy Blue #024FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.99%

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

R = 0.66%
G = 25.99%
B = 73.36%

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

#024FDF (or 0x024FDF) is known color: Navy Blue. HEX triplet: 02, 4F and DF. RGB value is (2,79,223). Sum of RGB (Red+Green+Blue) = 2+79+223=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #024FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FDF is #FDB020. Grayscale: #474747. Windows color (decimal): -16625697 or 14634754. OLE color: 14634754.

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

Color convert

RGB 2 79 223 -
CMYK 0.99 0.65 0 0.13
HSL 219.1º 0.98% 0.44% -
HSV(B) 219.1º 0.99% 0.87% -
XYZ 16.14 10.93 71.07 -
YUV 72.39 212.99 77.79 -
System Red Green Blue C M Y K H S L
Decimal 2 79 223 0.99 0.65 0 0.13 219.1 0.98 0.44
Hex 2 4F DF 63 41 0 D DB 62 2C
Octal 2 117 337 143 101 0 15 333 142 54
Binary 10 1001111 11011111 1100011 1000001 0 1101 11011011 1100010 101100

Color Harmonies of #024FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FDF

Black with #024FDF

Text Example


Text Example

White with #024FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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