Shades of Dodger Blue #0877FF
Tints of Dodger Blue #0877FF
RGB
CMYK
RGB Variations
Color information
#0877FF (or 0x0877FF) is known color: Dodger Blue. HEX triplet: 08, 77 and FF. RGB value is (8,119,255). Sum of RGB (Red+Green+Blue) = 8+119+255=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #0877FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0877FF is #F78800. Grayscale: #646464. Windows color (decimal): -16222209 or 16742152. OLE color: 16742152.
HSL color Cylindrical-coordinate representation of color #0877FF: hue angle of 213.04º 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 #0877FF is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 119 | 255 | - |
| CMYK | 0.97 | 0.53 | 0 | 0 |
| HSL | 213.04º | 1% | 0.52% | - |
| HSV(B) | 213.04º | 0.97% | 1% | - |
| XYZ | 24.75 | 20.47 | 97.25 | - |
| YUV | 101.32 | 214.73 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 255 | 0.97 | 0.53 | 0 | 0 | 213.04 | 1 | 0.52 |
| Hex | 8 | 77 | FF | 61 | 35 | 0 | 0 | D5 | 64 | 34 |
| Octal | 10 | 167 | 377 | 141 | 65 | 0 | 0 | 325 | 144 | 64 |
| Binary | 1000 | 1110111 | 11111111 | 1100001 | 110101 | 0 | 0 | 11010101 | 1100100 | 110100 |
Color Harmonies of #0877FF
Complementary color
Monochromatic Colors of #0877FF
Black with #0877FF
Text Example
Text Example
White with #0877FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0877FF; }
p { color: rgb(8,119,255); }
H1.HeaderClassName
{
color: #0877FF;
}
.AnyTagClassName
{
color: #0877FF;
}
</style>
background-color css
<style>
a { background-color: #0877FF; }
a { background-color: rgb(8,119,255); }
div.DivClassName
{
background-color: #0877FF;
}
.BgClassName
{
background-color: #0877FF;
}
</style>
border-color css
<style>
span { border-color: #0877FF; }
span { border-color: rgb(8,119,255); }
td.TdClassName
{
border-color: #0877FF;
}
.TagClassName
{
border-color: #0877FF;
}
</style>