Shades of Navy Blue #004DFD
Tints of Navy Blue #004DFD
RGB
CMYK
RGB Variations
Color information
#004DFD (or 0x004DFD) is known color: Navy Blue. HEX triplet: 00, 4D and FD. RGB value is (0,77,253). Sum of RGB (Red+Green+Blue) = 0+77+253=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #004DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004DFD is #FFB202. Grayscale: #494949. Windows color (decimal): -16757251 or 16600320. OLE color: 16600320.
HSL color Cylindrical-coordinate representation of color #004DFD: hue angle of 221.74º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DFD is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 77 | 253 | - |
| CMYK | 1 | 0.70 | 0 | 0.01 |
| HSL | 221.74º | 1% | 0.5% | - |
| HSV(B) | 221.74º | 1% | 0.99% | - |
| XYZ | 20.38 | 12.4 | 94.25 | - |
| YUV | 74.04 | 228.99 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 253 | 1 | 0.70 | 0 | 0.01 | 221.74 | 1 | 0.5 |
| Hex | 0 | 4D | FD | 64 | 46 | 0 | 1 | DE | 64 | 32 |
| Octal | 0 | 115 | 375 | 144 | 106 | 0 | 1 | 336 | 144 | 62 |
| Binary | 0 | 1001101 | 11111101 | 1100100 | 1000110 | 0 | 1 | 11011110 | 1100100 | 110010 |
Color Harmonies of #004DFD
Complementary color
Monochromatic Colors of #004DFD
Black with #004DFD
Text Example
Text Example
White with #004DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DFD; }
p { color: rgb(0,77,253); }
H1.HeaderClassName
{
color: #004DFD;
}
.AnyTagClassName
{
color: #004DFD;
}
</style>
background-color css
<style>
a { background-color: #004DFD; }
a { background-color: rgb(0,77,253); }
div.DivClassName
{
background-color: #004DFD;
}
.BgClassName
{
background-color: #004DFD;
}
</style>
border-color css
<style>
span { border-color: #004DFD; }
span { border-color: rgb(0,77,253); }
td.TdClassName
{
border-color: #004DFD;
}
.TagClassName
{
border-color: #004DFD;
}
</style>