Shades of Navy Blue #085DFE
Tints of Navy Blue #085DFE
RGB
CMYK
RGB Variations
Color information
#085DFE (or 0x085DFE) is known color: Navy Blue. HEX triplet: 08, 5D and FE. RGB value is (8,93,254). Sum of RGB (Red+Green+Blue) = 8+93+254=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #085DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DFE is #F7A201. Grayscale: #555555. Windows color (decimal): -16228866 or 16669960. OLE color: 16669960.
HSL color Cylindrical-coordinate representation of color #085DFE: hue angle of 219.27º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085DFE is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 93 | 254 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.00 |
| HSL | 219.27º | 0.99% | 0.51% | - |
| HSV(B) | 219.27º | 0.97% | 1% | - |
| XYZ | 21.9 | 15.04 | 95.51 | - |
| YUV | 85.94 | 222.84 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 254 | 0.97 | 0.63 | 0 | 0.00 | 219.27 | 0.99 | 0.51 |
| Hex | 8 | 5D | FE | 61 | 3F | 0 | 0 | DB | 63 | 33 |
| Octal | 10 | 135 | 376 | 141 | 77 | 0 | 0 | 333 | 143 | 63 |
| Binary | 1000 | 1011101 | 11111110 | 1100001 | 111111 | 0 | 0 | 11011011 | 1100011 | 110011 |
Color Harmonies of #085DFE
Complementary color
Monochromatic Colors of #085DFE
Black with #085DFE
Text Example
Text Example
White with #085DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DFE; }
p { color: rgb(8,93,254); }
H1.HeaderClassName
{
color: #085DFE;
}
.AnyTagClassName
{
color: #085DFE;
}
</style>
background-color css
<style>
a { background-color: #085DFE; }
a { background-color: rgb(8,93,254); }
div.DivClassName
{
background-color: #085DFE;
}
.BgClassName
{
background-color: #085DFE;
}
</style>
border-color css
<style>
span { border-color: #085DFE; }
span { border-color: rgb(8,93,254); }
td.TdClassName
{
border-color: #085DFE;
}
.TagClassName
{
border-color: #085DFE;
}
</style>