Shades of Dodger Blue #0876EF
Tints of Dodger Blue #0876EF
RGB
CMYK
RGB Variations
Color information
#0876EF (or 0x0876EF) is known color: Dodger Blue. HEX triplet: 08, 76 and EF. RGB value is (8,118,239). Sum of RGB (Red+Green+Blue) = 8+118+239=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #0876EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0876EF is #F78910. Grayscale: #626262. Windows color (decimal): -16222481 or 15693320. OLE color: 15693320.
HSL color Cylindrical-coordinate representation of color #0876EF: hue angle of 211.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0876EF is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 118 | 239 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.06 |
| HSL | 211.43º | 0.94% | 0.48% | - |
| HSV(B) | 211.43º | 0.97% | 0.94% | - |
| XYZ | 22.16 | 19.24 | 84.21 | - |
| YUV | 98.9 | 207.06 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 239 | 0.97 | 0.51 | 0 | 0.06 | 211.43 | 0.94 | 0.48 |
| Hex | 8 | 76 | EF | 61 | 33 | 0 | 6 | D3 | 5E | 30 |
| Octal | 10 | 166 | 357 | 141 | 63 | 0 | 6 | 323 | 136 | 60 |
| Binary | 1000 | 1110110 | 11101111 | 1100001 | 110011 | 0 | 110 | 11010011 | 1011110 | 110000 |
Color Harmonies of #0876EF
Complementary color
Monochromatic Colors of #0876EF
Black with #0876EF
Text Example
Text Example
White with #0876EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0876EF; }
p { color: rgb(8,118,239); }
H1.HeaderClassName
{
color: #0876EF;
}
.AnyTagClassName
{
color: #0876EF;
}
</style>
background-color css
<style>
a { background-color: #0876EF; }
a { background-color: rgb(8,118,239); }
div.DivClassName
{
background-color: #0876EF;
}
.BgClassName
{
background-color: #0876EF;
}
</style>
border-color css
<style>
span { border-color: #0876EF; }
span { border-color: rgb(8,118,239); }
td.TdClassName
{
border-color: #0876EF;
}
.TagClassName
{
border-color: #0876EF;
}
</style>