Shades of Navy Blue #0250FD
Tints of Navy Blue #0250FD
RGB
CMYK
RGB Variations
Color information
#0250FD (or 0x0250FD) is known color: Navy Blue. HEX triplet: 02, 50 and FD. RGB value is (2,80,253). Sum of RGB (Red+Green+Blue) = 2+80+253=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #0250FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0250FD is #FDAF02. Grayscale: #4B4B4B. Windows color (decimal): -16625411 or 16601090. OLE color: 16601090.
HSL color Cylindrical-coordinate representation of color #0250FD: hue angle of 221.35º 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 #0250FD is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 80 | 253 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.01 |
| HSL | 221.35º | 0.98% | 0.5% | - |
| HSV(B) | 221.35º | 0.99% | 0.99% | - |
| XYZ | 20.62 | 12.84 | 94.32 | - |
| YUV | 76.4 | 227.66 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 253 | 0.99 | 0.68 | 0 | 0.01 | 221.35 | 0.98 | 0.5 |
| Hex | 2 | 50 | FD | 63 | 44 | 0 | 1 | DD | 62 | 32 |
| Octal | 2 | 120 | 375 | 143 | 104 | 0 | 1 | 335 | 142 | 62 |
| Binary | 10 | 1010000 | 11111101 | 1100011 | 1000100 | 0 | 1 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0250FD
Complementary color
Monochromatic Colors of #0250FD
Black with #0250FD
Text Example
Text Example
White with #0250FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250FD; }
p { color: rgb(2,80,253); }
H1.HeaderClassName
{
color: #0250FD;
}
.AnyTagClassName
{
color: #0250FD;
}
</style>
background-color css
<style>
a { background-color: #0250FD; }
a { background-color: rgb(2,80,253); }
div.DivClassName
{
background-color: #0250FD;
}
.BgClassName
{
background-color: #0250FD;
}
</style>
border-color css
<style>
span { border-color: #0250FD; }
span { border-color: rgb(2,80,253); }
td.TdClassName
{
border-color: #0250FD;
}
.TagClassName
{
border-color: #0250FD;
}
</style>