Shades of Dodger Blue #088BE5
Tints of Dodger Blue #088BE5
RGB
CMYK
RGB Variations
Color information
#088BE5 (or 0x088BE5) is known color: Dodger Blue. HEX triplet: 08, 8B and E5. RGB value is (8,139,229). Sum of RGB (Red+Green+Blue) = 8+139+229=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #088BE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BE5 is #F7741A. Grayscale: #6D6D6D. Windows color (decimal): -16217115 or 15043336. OLE color: 15043336.
HSL color Cylindrical-coordinate representation of color #088BE5: hue angle of 204.43º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088BE5 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 139 | 229 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.10 |
| HSL | 204.43º | 0.93% | 0.46% | - |
| HSV(B) | 204.43º | 0.97% | 0.9% | - |
| XYZ | 23.48 | 24.17 | 77.56 | - |
| YUV | 110.09 | 195.1 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 229 | 0.97 | 0.39 | 0 | 0.10 | 204.43 | 0.93 | 0.46 |
| Hex | 8 | 8B | E5 | 61 | 27 | 0 | A | CC | 5D | 2E |
| Octal | 10 | 213 | 345 | 141 | 47 | 0 | 12 | 314 | 135 | 56 |
| Binary | 1000 | 10001011 | 11100101 | 1100001 | 100111 | 0 | 1010 | 11001100 | 1011101 | 101110 |
Color Harmonies of #088BE5
Complementary color
Monochromatic Colors of #088BE5
Black with #088BE5
Text Example
Text Example
White with #088BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088BE5; }
p { color: rgb(8,139,229); }
H1.HeaderClassName
{
color: #088BE5;
}
.AnyTagClassName
{
color: #088BE5;
}
</style>
background-color css
<style>
a { background-color: #088BE5; }
a { background-color: rgb(8,139,229); }
div.DivClassName
{
background-color: #088BE5;
}
.BgClassName
{
background-color: #088BE5;
}
</style>
border-color css
<style>
span { border-color: #088BE5; }
span { border-color: rgb(8,139,229); }
td.TdClassName
{
border-color: #088BE5;
}
.TagClassName
{
border-color: #088BE5;
}
</style>