Shades of Dodger Blue #0881EE
Tints of Dodger Blue #0881EE
RGB
CMYK
RGB Variations
Color information
#0881EE (or 0x0881EE) is known color: Dodger Blue. HEX triplet: 08, 81 and EE. RGB value is (8,129,238). Sum of RGB (Red+Green+Blue) = 8+129+238=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #0881EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0881EE is #F77E11. Grayscale: #686868. Windows color (decimal): -16219666 or 15630600. OLE color: 15630600.
HSL color Cylindrical-coordinate representation of color #0881EE: hue angle of 208.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0881EE is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 129 | 238 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.07 |
| HSL | 208.43º | 0.93% | 0.48% | - |
| HSV(B) | 208.43º | 0.97% | 0.93% | - |
| XYZ | 23.38 | 21.93 | 83.89 | - |
| YUV | 105.25 | 202.91 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 238 | 0.97 | 0.46 | 0 | 0.07 | 208.43 | 0.93 | 0.48 |
| Hex | 8 | 81 | EE | 61 | 2E | 0 | 7 | D0 | 5D | 30 |
| Octal | 10 | 201 | 356 | 141 | 56 | 0 | 7 | 320 | 135 | 60 |
| Binary | 1000 | 10000001 | 11101110 | 1100001 | 101110 | 0 | 111 | 11010000 | 1011101 | 110000 |
Color Harmonies of #0881EE
Complementary color
Monochromatic Colors of #0881EE
Black with #0881EE
Text Example
Text Example
White with #0881EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0881EE; }
p { color: rgb(8,129,238); }
H1.HeaderClassName
{
color: #0881EE;
}
.AnyTagClassName
{
color: #0881EE;
}
</style>
background-color css
<style>
a { background-color: #0881EE; }
a { background-color: rgb(8,129,238); }
div.DivClassName
{
background-color: #0881EE;
}
.BgClassName
{
background-color: #0881EE;
}
</style>
border-color css
<style>
span { border-color: #0881EE; }
span { border-color: rgb(8,129,238); }
td.TdClassName
{
border-color: #0881EE;
}
.TagClassName
{
border-color: #0881EE;
}
</style>