Shades of Dodger Blue #088BEC
Tints of Dodger Blue #088BEC
RGB
CMYK
RGB Variations
Color information
#088BEC (or 0x088BEC) is known color: Dodger Blue. HEX triplet: 08, 8B and EC. RGB value is (8,139,236). Sum of RGB (Red+Green+Blue) = 8+139+236=383 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #088BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088BEC is #F77413. Grayscale: #6E6E6E. Windows color (decimal): -16217108 or 15502088. OLE color: 15502088.
HSL color Cylindrical-coordinate representation of color #088BEC: hue angle of 205.53º 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 #088BEC is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 139 | 236 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.07 |
| HSL | 205.53º | 0.93% | 0.48% | - |
| HSV(B) | 205.53º | 0.97% | 0.93% | - |
| XYZ | 24.47 | 24.57 | 82.81 | - |
| YUV | 110.89 | 198.6 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 236 | 0.97 | 0.41 | 0 | 0.07 | 205.53 | 0.93 | 0.48 |
| Hex | 8 | 8B | EC | 61 | 29 | 0 | 7 | CE | 5D | 30 |
| Octal | 10 | 213 | 354 | 141 | 51 | 0 | 7 | 316 | 135 | 60 |
| Binary | 1000 | 10001011 | 11101100 | 1100001 | 101001 | 0 | 111 | 11001110 | 1011101 | 110000 |
Color Harmonies of #088BEC
Complementary color
Monochromatic Colors of #088BEC
Black with #088BEC
Text Example
Text Example
White with #088BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088BEC; }
p { color: rgb(8,139,236); }
H1.HeaderClassName
{
color: #088BEC;
}
.AnyTagClassName
{
color: #088BEC;
}
</style>
background-color css
<style>
a { background-color: #088BEC; }
a { background-color: rgb(8,139,236); }
div.DivClassName
{
background-color: #088BEC;
}
.BgClassName
{
background-color: #088BEC;
}
</style>
border-color css
<style>
span { border-color: #088BEC; }
span { border-color: rgb(8,139,236); }
td.TdClassName
{
border-color: #088BEC;
}
.TagClassName
{
border-color: #088BEC;
}
</style>