Shades of Dodger Blue #088BE8
Tints of Dodger Blue #088BE8
RGB
CMYK
RGB Variations
Color information
#088BE8 (or 0x088BE8) is known color: Dodger Blue. HEX triplet: 08, 8B and E8. RGB value is (8,139,232). Sum of RGB (Red+Green+Blue) = 8+139+232=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #088BE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088BE8 is #F77417. Grayscale: #6D6D6D. Windows color (decimal): -16217112 or 15239944. OLE color: 15239944.
HSL color Cylindrical-coordinate representation of color #088BE8: hue angle of 204.91º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088BE8 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 139 | 232 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.09 |
| HSL | 204.91º | 0.93% | 0.47% | - |
| HSV(B) | 204.91º | 0.97% | 0.91% | - |
| XYZ | 23.9 | 24.34 | 79.78 | - |
| YUV | 110.43 | 196.6 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 232 | 0.97 | 0.40 | 0 | 0.09 | 204.91 | 0.93 | 0.47 |
| Hex | 8 | 8B | E8 | 61 | 28 | 0 | 9 | CD | 5D | 2F |
| Octal | 10 | 213 | 350 | 141 | 50 | 0 | 11 | 315 | 135 | 57 |
| Binary | 1000 | 10001011 | 11101000 | 1100001 | 101000 | 0 | 1001 | 11001101 | 1011101 | 101111 |
Color Harmonies of #088BE8
Complementary color
Monochromatic Colors of #088BE8
Black with #088BE8
Text Example
Text Example
White with #088BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088BE8; }
p { color: rgb(8,139,232); }
H1.HeaderClassName
{
color: #088BE8;
}
.AnyTagClassName
{
color: #088BE8;
}
</style>
background-color css
<style>
a { background-color: #088BE8; }
a { background-color: rgb(8,139,232); }
div.DivClassName
{
background-color: #088BE8;
}
.BgClassName
{
background-color: #088BE8;
}
</style>
border-color css
<style>
span { border-color: #088BE8; }
span { border-color: rgb(8,139,232); }
td.TdClassName
{
border-color: #088BE8;
}
.TagClassName
{
border-color: #088BE8;
}
</style>