Shades of Navy Blue #024EFE
Tints of Navy Blue #024EFE
RGB
CMYK
RGB Variations
Color information
#024EFE (or 0x024EFE) is known color: Navy Blue. HEX triplet: 02, 4E and FE. RGB value is (2,78,254). Sum of RGB (Red+Green+Blue) = 2+78+254=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #024EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EFE is #FDB101. Grayscale: #4A4A4A. Windows color (decimal): -16625922 or 16666114. OLE color: 16666114.
HSL color Cylindrical-coordinate representation of color #024EFE: hue angle of 221.9º 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 #024EFE is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 78 | 254 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.00 |
| HSL | 221.9º | 0.99% | 0.5% | - |
| HSV(B) | 221.9º | 0.99% | 1% | - |
| XYZ | 20.64 | 12.62 | 95.11 | - |
| YUV | 75.34 | 228.82 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 254 | 0.99 | 0.69 | 0 | 0.00 | 221.9 | 0.99 | 0.5 |
| Hex | 2 | 4E | FE | 63 | 45 | 0 | 0 | DE | 63 | 32 |
| Octal | 2 | 116 | 376 | 143 | 105 | 0 | 0 | 336 | 143 | 62 |
| Binary | 10 | 1001110 | 11111110 | 1100011 | 1000101 | 0 | 0 | 11011110 | 1100011 | 110010 |
Color Harmonies of #024EFE
Complementary color
Monochromatic Colors of #024EFE
Black with #024EFE
Text Example
Text Example
White with #024EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EFE; }
p { color: rgb(2,78,254); }
H1.HeaderClassName
{
color: #024EFE;
}
.AnyTagClassName
{
color: #024EFE;
}
</style>
background-color css
<style>
a { background-color: #024EFE; }
a { background-color: rgb(2,78,254); }
div.DivClassName
{
background-color: #024EFE;
}
.BgClassName
{
background-color: #024EFE;
}
</style>
border-color css
<style>
span { border-color: #024EFE; }
span { border-color: rgb(2,78,254); }
td.TdClassName
{
border-color: #024EFE;
}
.TagClassName
{
border-color: #024EFE;
}
</style>