Shades of Dodger Blue #0885EA
Tints of Dodger Blue #0885EA
RGB
CMYK
RGB Variations
Color information
#0885EA (or 0x0885EA) is known color: Dodger Blue. HEX triplet: 08, 85 and EA. RGB value is (8,133,234). Sum of RGB (Red+Green+Blue) = 8+133+234=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #0885EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0885EA is #F77A15. Grayscale: #6A6A6A. Windows color (decimal): -16218646 or 15369480. OLE color: 15369480.
HSL color Cylindrical-coordinate representation of color #0885EA: hue angle of 206.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0885EA is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 133 | 234 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.08 |
| HSL | 206.81º | 0.93% | 0.47% | - |
| HSV(B) | 206.81º | 0.97% | 0.92% | - |
| XYZ | 23.34 | 22.77 | 81.01 | - |
| YUV | 107.14 | 199.59 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 234 | 0.97 | 0.43 | 0 | 0.08 | 206.81 | 0.93 | 0.47 |
| Hex | 8 | 85 | EA | 61 | 2B | 0 | 8 | CF | 5D | 2F |
| Octal | 10 | 205 | 352 | 141 | 53 | 0 | 10 | 317 | 135 | 57 |
| Binary | 1000 | 10000101 | 11101010 | 1100001 | 101011 | 0 | 1000 | 11001111 | 1011101 | 101111 |
Color Harmonies of #0885EA
Complementary color
Monochromatic Colors of #0885EA
Black with #0885EA
Text Example
Text Example
White with #0885EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885EA; }
p { color: rgb(8,133,234); }
H1.HeaderClassName
{
color: #0885EA;
}
.AnyTagClassName
{
color: #0885EA;
}
</style>
background-color css
<style>
a { background-color: #0885EA; }
a { background-color: rgb(8,133,234); }
div.DivClassName
{
background-color: #0885EA;
}
.BgClassName
{
background-color: #0885EA;
}
</style>
border-color css
<style>
span { border-color: #0885EA; }
span { border-color: rgb(8,133,234); }
td.TdClassName
{
border-color: #0885EA;
}
.TagClassName
{
border-color: #0885EA;
}
</style>