Shades of Navy Blue #085DF8
Tints of Navy Blue #085DF8
RGB
CMYK
RGB Variations
Color information
#085DF8 (or 0x085DF8) is known color: Navy Blue. HEX triplet: 08, 5D and F8. RGB value is (8,93,248). Sum of RGB (Red+Green+Blue) = 8+93+248=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 248 (97.27% from 255 or 71.06% from 349); Max value from RGB is 248 - color contains mainly: blue. Hex color #085DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DF8 is #F7A207. Grayscale: #545454. Windows color (decimal): -16228872 or 16276744. OLE color: 16276744.
HSL color Cylindrical-coordinate representation of color #085DF8: hue angle of 218.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085DF8 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 93 | 248 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.03 |
| HSL | 218.75º | 0.94% | 0.5% | - |
| HSV(B) | 218.75º | 0.97% | 0.97% | - |
| XYZ | 20.96 | 14.66 | 90.53 | - |
| YUV | 85.26 | 219.84 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 248 | 0.97 | 0.62 | 0 | 0.03 | 218.75 | 0.94 | 0.5 |
| Hex | 8 | 5D | F8 | 61 | 3E | 0 | 3 | DB | 5E | 32 |
| Octal | 10 | 135 | 370 | 141 | 76 | 0 | 3 | 333 | 136 | 62 |
| Binary | 1000 | 1011101 | 11111000 | 1100001 | 111110 | 0 | 11 | 11011011 | 1011110 | 110010 |
Color Harmonies of #085DF8
Complementary color
Monochromatic Colors of #085DF8
Black with #085DF8
Text Example
Text Example
White with #085DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DF8; }
p { color: rgb(8,93,248); }
H1.HeaderClassName
{
color: #085DF8;
}
.AnyTagClassName
{
color: #085DF8;
}
</style>
background-color css
<style>
a { background-color: #085DF8; }
a { background-color: rgb(8,93,248); }
div.DivClassName
{
background-color: #085DF8;
}
.BgClassName
{
background-color: #085DF8;
}
</style>
border-color css
<style>
span { border-color: #085DF8; }
span { border-color: rgb(8,93,248); }
td.TdClassName
{
border-color: #085DF8;
}
.TagClassName
{
border-color: #085DF8;
}
</style>