Html Css Color HEX #024DFF Navy Blue

📋 copy color: '#024DFF'

red 2 ◦ green 77 ◦ blue 255

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

Shades of Navy Blue #024DFF

Tints of Navy Blue #024DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.35%

R = 0.6%
G = 23.05%
B = 76.35%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#024DFF (or 0x024DFF) is known color: Navy Blue. HEX triplet: 02, 4D and FF. RGB value is (2,77,255). Sum of RGB (Red+Green+Blue) = 2+77+255=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #024DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DFF is #FDB200. Grayscale: #4A4A4A. Windows color (decimal): -16626177 or 16731394. OLE color: 16731394.

HSL color Cylindrical-coordinate representation of color #024DFF: hue angle of 222.21º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DFF is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 77 255 -
CMYK 0.99 0.70 0 0
HSL 222.21º 1% 0.5% -
HSV(B) 222.21º 0.99% 1% -
XYZ 20.73 12.54 95.94 -
YUV 74.87 229.65 76.03 -
System Red Green Blue C M Y K H S L
Decimal 2 77 255 0.99 0.70 0 0 222.21 1 0.5
Hex 2 4D FF 63 46 0 0 DE 64 32
Octal 2 115 377 143 106 0 0 336 144 62
Binary 10 1001101 11111111 1100011 1000110 0 0 11011110 1100100 110010

Color Harmonies of #024DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DFF

Black with #024DFF

Text Example


Text Example

White with #024DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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