Shades of Navy Blue #024DFE
Tints of Navy Blue #024DFE
RGB
CMYK
RGB Variations
Color information
#024DFE (or 0x024DFE) is known color: Navy Blue. HEX triplet: 02, 4D and FE. RGB value is (2,77,254). Sum of RGB (Red+Green+Blue) = 2+77+254=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #024DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DFE is #FDB201. Grayscale: #494949. Windows color (decimal): -16626178 or 16665858. OLE color: 16665858.
HSL color Cylindrical-coordinate representation of color #024DFE: hue angle of 222.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DFE is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 77 | 254 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.00 |
| HSL | 222.14º | 0.99% | 0.5% | - |
| HSV(B) | 222.14º | 0.99% | 1% | - |
| XYZ | 20.57 | 12.48 | 95.09 | - |
| YUV | 74.75 | 229.15 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 254 | 0.99 | 0.70 | 0 | 0.00 | 222.14 | 0.99 | 0.5 |
| Hex | 2 | 4D | FE | 63 | 46 | 0 | 0 | DE | 63 | 32 |
| Octal | 2 | 115 | 376 | 143 | 106 | 0 | 0 | 336 | 143 | 62 |
| Binary | 10 | 1001101 | 11111110 | 1100011 | 1000110 | 0 | 0 | 11011110 | 1100011 | 110010 |
Color Harmonies of #024DFE
Complementary color
Monochromatic Colors of #024DFE
Black with #024DFE
Text Example
Text Example
White with #024DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DFE; }
p { color: rgb(2,77,254); }
H1.HeaderClassName
{
color: #024DFE;
}
.AnyTagClassName
{
color: #024DFE;
}
</style>
background-color css
<style>
a { background-color: #024DFE; }
a { background-color: rgb(2,77,254); }
div.DivClassName
{
background-color: #024DFE;
}
.BgClassName
{
background-color: #024DFE;
}
</style>
border-color css
<style>
span { border-color: #024DFE; }
span { border-color: rgb(2,77,254); }
td.TdClassName
{
border-color: #024DFE;
}
.TagClassName
{
border-color: #024DFE;
}
</style>