Shades of Dodger Blue #0876FE
Tints of Dodger Blue #0876FE
RGB
CMYK
RGB Variations
Color information
#0876FE (or 0x0876FE) is known color: Dodger Blue. HEX triplet: 08, 76 and FE. RGB value is (8,118,254). Sum of RGB (Red+Green+Blue) = 8+118+254=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #0876FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0876FE is #F78901. Grayscale: #636363. Windows color (decimal): -16222466 or 16676360. OLE color: 16676360.
HSL color Cylindrical-coordinate representation of color #0876FE: hue angle of 213.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0876FE is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 118 | 254 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.00 |
| HSL | 213.17º | 0.99% | 0.51% | - |
| HSV(B) | 213.17º | 0.97% | 1% | - |
| XYZ | 24.47 | 20.16 | 96.37 | - |
| YUV | 100.61 | 214.56 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 254 | 0.97 | 0.54 | 0 | 0.00 | 213.17 | 0.99 | 0.51 |
| Hex | 8 | 76 | FE | 61 | 36 | 0 | 0 | D5 | 63 | 33 |
| Octal | 10 | 166 | 376 | 141 | 66 | 0 | 0 | 325 | 143 | 63 |
| Binary | 1000 | 1110110 | 11111110 | 1100001 | 110110 | 0 | 0 | 11010101 | 1100011 | 110011 |
Color Harmonies of #0876FE
Complementary color
Monochromatic Colors of #0876FE
Black with #0876FE
Text Example
Text Example
White with #0876FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0876FE; }
p { color: rgb(8,118,254); }
H1.HeaderClassName
{
color: #0876FE;
}
.AnyTagClassName
{
color: #0876FE;
}
</style>
background-color css
<style>
a { background-color: #0876FE; }
a { background-color: rgb(8,118,254); }
div.DivClassName
{
background-color: #0876FE;
}
.BgClassName
{
background-color: #0876FE;
}
</style>
border-color css
<style>
span { border-color: #0876FE; }
span { border-color: rgb(8,118,254); }
td.TdClassName
{
border-color: #0876FE;
}
.TagClassName
{
border-color: #0876FE;
}
</style>