Shades of Navy Blue #024EFD
Tints of Navy Blue #024EFD
RGB
CMYK
RGB Variations
Color information
#024EFD (or 0x024EFD) is known color: Navy Blue. HEX triplet: 02, 4E and FD. RGB value is (2,78,253). Sum of RGB (Red+Green+Blue) = 2+78+253=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #024EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EFD is #FDB102. Grayscale: #4A4A4A. Windows color (decimal): -16625923 or 16600578. OLE color: 16600578.
HSL color Cylindrical-coordinate representation of color #024EFD: hue angle of 221.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EFD is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 78 | 253 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.01 |
| HSL | 221.83º | 0.98% | 0.5% | - |
| HSV(B) | 221.83º | 0.99% | 0.99% | - |
| XYZ | 20.48 | 12.55 | 94.27 | - |
| YUV | 75.23 | 228.32 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 253 | 0.99 | 0.69 | 0 | 0.01 | 221.83 | 0.98 | 0.5 |
| Hex | 2 | 4E | FD | 63 | 45 | 0 | 1 | DE | 62 | 32 |
| Octal | 2 | 116 | 375 | 143 | 105 | 0 | 1 | 336 | 142 | 62 |
| Binary | 10 | 1001110 | 11111101 | 1100011 | 1000101 | 0 | 1 | 11011110 | 1100010 | 110010 |
Color Harmonies of #024EFD
Complementary color
Monochromatic Colors of #024EFD
Black with #024EFD
Text Example
Text Example
White with #024EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EFD; }
p { color: rgb(2,78,253); }
H1.HeaderClassName
{
color: #024EFD;
}
.AnyTagClassName
{
color: #024EFD;
}
</style>
background-color css
<style>
a { background-color: #024EFD; }
a { background-color: rgb(2,78,253); }
div.DivClassName
{
background-color: #024EFD;
}
.BgClassName
{
background-color: #024EFD;
}
</style>
border-color css
<style>
span { border-color: #024EFD; }
span { border-color: rgb(2,78,253); }
td.TdClassName
{
border-color: #024EFD;
}
.TagClassName
{
border-color: #024EFD;
}
</style>