Shades of Navy Blue #085DF0
Tints of Navy Blue #085DF0
RGB
CMYK
RGB Variations
Color information
#085DF0 (or 0x085DF0) is known color: Navy Blue. HEX triplet: 08, 5D and F0. RGB value is (8,93,240). Sum of RGB (Red+Green+Blue) = 8+93+240=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 240 (94.14% from 255 or 70.38% from 341); Max value from RGB is 240 - color contains mainly: blue. Hex color #085DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DF0 is #F7A20F. Grayscale: #535353. Windows color (decimal): -16228880 or 15752456. OLE color: 15752456.
HSL color Cylindrical-coordinate representation of color #085DF0: hue angle of 218.02º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085DF0 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 93 | 240 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.06 |
| HSL | 218.02º | 0.94% | 0.49% | - |
| HSV(B) | 218.02º | 0.97% | 0.94% | - |
| XYZ | 19.74 | 14.17 | 84.13 | - |
| YUV | 84.34 | 215.84 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 240 | 0.97 | 0.61 | 0 | 0.06 | 218.02 | 0.94 | 0.49 |
| Hex | 8 | 5D | F0 | 61 | 3D | 0 | 6 | DA | 5E | 31 |
| Octal | 10 | 135 | 360 | 141 | 75 | 0 | 6 | 332 | 136 | 61 |
| Binary | 1000 | 1011101 | 11110000 | 1100001 | 111101 | 0 | 110 | 11011010 | 1011110 | 110001 |
Color Harmonies of #085DF0
Complementary color
Monochromatic Colors of #085DF0
Black with #085DF0
Text Example
Text Example
White with #085DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DF0; }
p { color: rgb(8,93,240); }
H1.HeaderClassName
{
color: #085DF0;
}
.AnyTagClassName
{
color: #085DF0;
}
</style>
background-color css
<style>
a { background-color: #085DF0; }
a { background-color: rgb(8,93,240); }
div.DivClassName
{
background-color: #085DF0;
}
.BgClassName
{
background-color: #085DF0;
}
</style>
border-color css
<style>
span { border-color: #085DF0; }
span { border-color: rgb(8,93,240); }
td.TdClassName
{
border-color: #085DF0;
}
.TagClassName
{
border-color: #085DF0;
}
</style>