Shades of Navy Blue #024DFD
Tints of Navy Blue #024DFD
RGB
CMYK
RGB Variations
Color information
#024DFD (or 0x024DFD) is known color: Navy Blue. HEX triplet: 02, 4D and FD. RGB value is (2,77,253). Sum of RGB (Red+Green+Blue) = 2+77+253=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #024DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DFD is #FDB202. Grayscale: #494949. Windows color (decimal): -16626179 or 16600322. OLE color: 16600322.
HSL color Cylindrical-coordinate representation of color #024DFD: hue angle of 222.07º 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 #024DFD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 77 | 253 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.01 |
| HSL | 222.07º | 0.98% | 0.5% | - |
| HSV(B) | 222.07º | 0.99% | 0.99% | - |
| XYZ | 20.41 | 12.41 | 94.25 | - |
| YUV | 74.64 | 228.65 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 253 | 0.99 | 0.70 | 0 | 0.01 | 222.07 | 0.98 | 0.5 |
| Hex | 2 | 4D | FD | 63 | 46 | 0 | 1 | DE | 62 | 32 |
| Octal | 2 | 115 | 375 | 143 | 106 | 0 | 1 | 336 | 142 | 62 |
| Binary | 10 | 1001101 | 11111101 | 1100011 | 1000110 | 0 | 1 | 11011110 | 1100010 | 110010 |
Color Harmonies of #024DFD
Complementary color
Monochromatic Colors of #024DFD
Black with #024DFD
Text Example
Text Example
White with #024DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DFD; }
p { color: rgb(2,77,253); }
H1.HeaderClassName
{
color: #024DFD;
}
.AnyTagClassName
{
color: #024DFD;
}
</style>
background-color css
<style>
a { background-color: #024DFD; }
a { background-color: rgb(2,77,253); }
div.DivClassName
{
background-color: #024DFD;
}
.BgClassName
{
background-color: #024DFD;
}
</style>
border-color css
<style>
span { border-color: #024DFD; }
span { border-color: rgb(2,77,253); }
td.TdClassName
{
border-color: #024DFD;
}
.TagClassName
{
border-color: #024DFD;
}
</style>