Shades of Navy Blue #024FDD
Tints of Navy Blue #024FDD
RGB
CMYK
RGB Variations
Color information
#024FDD (or 0x024FDD) is known color: Navy Blue. HEX triplet: 02, 4F and DD. RGB value is (2,79,221). Sum of RGB (Red+Green+Blue) = 2+79+221=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #024FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FDD is #FDB022. Grayscale: #474747. Windows color (decimal): -16625699 or 14503682. OLE color: 14503682.
HSL color Cylindrical-coordinate representation of color #024FDD: hue angle of 218.9º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FDD is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 79 | 221 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.13 |
| HSL | 218.9º | 0.98% | 0.44% | - |
| HSV(B) | 218.9º | 0.99% | 0.87% | - |
| XYZ | 15.87 | 10.83 | 69.66 | - |
| YUV | 72.17 | 211.99 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 221 | 0.99 | 0.64 | 0 | 0.13 | 218.9 | 0.98 | 0.44 |
| Hex | 2 | 4F | DD | 63 | 40 | 0 | D | DB | 62 | 2C |
| Octal | 2 | 117 | 335 | 143 | 100 | 0 | 15 | 333 | 142 | 54 |
| Binary | 10 | 1001111 | 11011101 | 1100011 | 1000000 | 0 | 1101 | 11011011 | 1100010 | 101100 |
Color Harmonies of #024FDD
Complementary color
Monochromatic Colors of #024FDD
Black with #024FDD
Text Example
Text Example
White with #024FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FDD; }
p { color: rgb(2,79,221); }
H1.HeaderClassName
{
color: #024FDD;
}
.AnyTagClassName
{
color: #024FDD;
}
</style>
background-color css
<style>
a { background-color: #024FDD; }
a { background-color: rgb(2,79,221); }
div.DivClassName
{
background-color: #024FDD;
}
.BgClassName
{
background-color: #024FDD;
}
</style>
border-color css
<style>
span { border-color: #024FDD; }
span { border-color: rgb(2,79,221); }
td.TdClassName
{
border-color: #024FDD;
}
.TagClassName
{
border-color: #024FDD;
}
</style>