Shades of Navy Blue #024EFA
Tints of Navy Blue #024EFA
RGB
CMYK
RGB Variations
Color information
#024EFA (or 0x024EFA) is known color: Navy Blue. HEX triplet: 02, 4E and FA. RGB value is (2,78,250). Sum of RGB (Red+Green+Blue) = 2+78+250=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #024EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EFA is #FDB105. Grayscale: #4A4A4A. Windows color (decimal): -16625926 or 16403970. OLE color: 16403970.
HSL color Cylindrical-coordinate representation of color #024EFA: hue angle of 221.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EFA is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 78 | 250 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.02 |
| HSL | 221.61º | 0.98% | 0.49% | - |
| HSV(B) | 221.61º | 0.99% | 0.98% | - |
| XYZ | 20 | 12.36 | 91.77 | - |
| YUV | 74.88 | 226.82 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 250 | 0.99 | 0.69 | 0 | 0.02 | 221.61 | 0.98 | 0.49 |
| Hex | 2 | 4E | FA | 63 | 45 | 0 | 2 | DE | 62 | 31 |
| Octal | 2 | 116 | 372 | 143 | 105 | 0 | 2 | 336 | 142 | 61 |
| Binary | 10 | 1001110 | 11111010 | 1100011 | 1000101 | 0 | 10 | 11011110 | 1100010 | 110001 |
Color Harmonies of #024EFA
Complementary color
Monochromatic Colors of #024EFA
Black with #024EFA
Text Example
Text Example
White with #024EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EFA; }
p { color: rgb(2,78,250); }
H1.HeaderClassName
{
color: #024EFA;
}
.AnyTagClassName
{
color: #024EFA;
}
</style>
background-color css
<style>
a { background-color: #024EFA; }
a { background-color: rgb(2,78,250); }
div.DivClassName
{
background-color: #024EFA;
}
.BgClassName
{
background-color: #024EFA;
}
</style>
border-color css
<style>
span { border-color: #024EFA; }
span { border-color: rgb(2,78,250); }
td.TdClassName
{
border-color: #024EFA;
}
.TagClassName
{
border-color: #024EFA;
}
</style>