Shades of Navy Blue #024DFB
Tints of Navy Blue #024DFB
RGB
CMYK
RGB Variations
Color information
#024DFB (or 0x024DFB) is known color: Navy Blue. HEX triplet: 02, 4D and FB. RGB value is (2,77,251). Sum of RGB (Red+Green+Blue) = 2+77+251=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #024DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DFB is #FDB204. Grayscale: #494949. Windows color (decimal): -16626181 or 16469250. OLE color: 16469250.
HSL color Cylindrical-coordinate representation of color #024DFB: hue angle of 221.93º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DFB is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 77 | 251 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.02 |
| HSL | 221.93º | 0.98% | 0.5% | - |
| HSV(B) | 221.93º | 0.99% | 0.98% | - |
| XYZ | 20.09 | 12.29 | 92.58 | - |
| YUV | 74.41 | 227.65 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 251 | 0.99 | 0.69 | 0 | 0.02 | 221.93 | 0.98 | 0.5 |
| Hex | 2 | 4D | FB | 63 | 45 | 0 | 2 | DE | 62 | 32 |
| Octal | 2 | 115 | 373 | 143 | 105 | 0 | 2 | 336 | 142 | 62 |
| Binary | 10 | 1001101 | 11111011 | 1100011 | 1000101 | 0 | 10 | 11011110 | 1100010 | 110010 |
Color Harmonies of #024DFB
Complementary color
Monochromatic Colors of #024DFB
Black with #024DFB
Text Example
Text Example
White with #024DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DFB; }
p { color: rgb(2,77,251); }
H1.HeaderClassName
{
color: #024DFB;
}
.AnyTagClassName
{
color: #024DFB;
}
</style>
background-color css
<style>
a { background-color: #024DFB; }
a { background-color: rgb(2,77,251); }
div.DivClassName
{
background-color: #024DFB;
}
.BgClassName
{
background-color: #024DFB;
}
</style>
border-color css
<style>
span { border-color: #024DFB; }
span { border-color: rgb(2,77,251); }
td.TdClassName
{
border-color: #024DFB;
}
.TagClassName
{
border-color: #024DFB;
}
</style>