Shades of Navy Blue #087DDF
Tints of Navy Blue #087DDF
RGB
CMYK
RGB Variations
Color information
#087DDF (or 0x087DDF) is known color: Navy Blue. HEX triplet: 08, 7D and DF. RGB value is (8,125,223). Sum of RGB (Red+Green+Blue) = 8+125+223=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #087DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DDF is #F78220. Grayscale: #646464. Windows color (decimal): -16220705 or 14646536. OLE color: 14646536.
HSL color Cylindrical-coordinate representation of color #087DDF: hue angle of 207.35º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DDF is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 125 | 223 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.13 |
| HSL | 207.35º | 0.93% | 0.45% | - |
| HSV(B) | 207.35º | 0.96% | 0.87% | - |
| XYZ | 20.75 | 20.05 | 72.59 | - |
| YUV | 101.19 | 196.74 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 223 | 0.96 | 0.44 | 0 | 0.13 | 207.35 | 0.93 | 0.45 |
| Hex | 8 | 7D | DF | 60 | 2C | 0 | D | CF | 5D | 2D |
| Octal | 10 | 175 | 337 | 140 | 54 | 0 | 15 | 317 | 135 | 55 |
| Binary | 1000 | 1111101 | 11011111 | 1100000 | 101100 | 0 | 1101 | 11001111 | 1011101 | 101101 |
Color Harmonies of #087DDF
Complementary color
Monochromatic Colors of #087DDF
Black with #087DDF
Text Example
Text Example
White with #087DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DDF; }
p { color: rgb(8,125,223); }
H1.HeaderClassName
{
color: #087DDF;
}
.AnyTagClassName
{
color: #087DDF;
}
</style>
background-color css
<style>
a { background-color: #087DDF; }
a { background-color: rgb(8,125,223); }
div.DivClassName
{
background-color: #087DDF;
}
.BgClassName
{
background-color: #087DDF;
}
</style>
border-color css
<style>
span { border-color: #087DDF; }
span { border-color: rgb(8,125,223); }
td.TdClassName
{
border-color: #087DDF;
}
.TagClassName
{
border-color: #087DDF;
}
</style>