Shades of Dodger Blue #0876FF
Tints of Dodger Blue #0876FF
RGB
CMYK
RGB Variations
Color information
#0876FF (or 0x0876FF) is known color: Dodger Blue. HEX triplet: 08, 76 and FF. RGB value is (8,118,255). Sum of RGB (Red+Green+Blue) = 8+118+255=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #0876FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0876FF is #F78900. Grayscale: #646464. Windows color (decimal): -16222465 or 16741896. OLE color: 16741896.
HSL color Cylindrical-coordinate representation of color #0876FF: hue angle of 213.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0876FF is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 118 | 255 | - |
| CMYK | 0.97 | 0.54 | 0 | 0 |
| HSL | 213.28º | 1% | 0.52% | - |
| HSV(B) | 213.28º | 0.97% | 1% | - |
| XYZ | 24.63 | 20.23 | 97.21 | - |
| YUV | 100.73 | 215.06 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 255 | 0.97 | 0.54 | 0 | 0 | 213.28 | 1 | 0.52 |
| Hex | 8 | 76 | FF | 61 | 36 | 0 | 0 | D5 | 64 | 34 |
| Octal | 10 | 166 | 377 | 141 | 66 | 0 | 0 | 325 | 144 | 64 |
| Binary | 1000 | 1110110 | 11111111 | 1100001 | 110110 | 0 | 0 | 11010101 | 1100100 | 110100 |
Color Harmonies of #0876FF
Complementary color
Monochromatic Colors of #0876FF
Black with #0876FF
Text Example
Text Example
White with #0876FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0876FF; }
p { color: rgb(8,118,255); }
H1.HeaderClassName
{
color: #0876FF;
}
.AnyTagClassName
{
color: #0876FF;
}
</style>
background-color css
<style>
a { background-color: #0876FF; }
a { background-color: rgb(8,118,255); }
div.DivClassName
{
background-color: #0876FF;
}
.BgClassName
{
background-color: #0876FF;
}
</style>
border-color css
<style>
span { border-color: #0876FF; }
span { border-color: rgb(8,118,255); }
td.TdClassName
{
border-color: #0876FF;
}
.TagClassName
{
border-color: #0876FF;
}
</style>