Shades of Dodger Blue #088EFF
Tints of Dodger Blue #088EFF
RGB
CMYK
RGB Variations
Color information
#088EFF (or 0x088EFF) is known color: Dodger Blue. HEX triplet: 08, 8E and FF. RGB value is (8,142,255). Sum of RGB (Red+Green+Blue) = 8+142+255=405 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #088EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088EFF is #F77100. Grayscale: #727272. Windows color (decimal): -16216321 or 16748040. OLE color: 16748040.
HSL color Cylindrical-coordinate representation of color #088EFF: hue angle of 207.45º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088EFF is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 142 | 255 | - |
| CMYK | 0.97 | 0.44 | 0 | 0 |
| HSL | 207.45º | 1% | 0.52% | - |
| HSV(B) | 207.45º | 0.97% | 1% | - |
| XYZ | 27.82 | 26.62 | 98.28 | - |
| YUV | 114.82 | 207.11 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 255 | 0.97 | 0.44 | 0 | 0 | 207.45 | 1 | 0.52 |
| Hex | 8 | 8E | FF | 61 | 2C | 0 | 0 | CF | 64 | 34 |
| Octal | 10 | 216 | 377 | 141 | 54 | 0 | 0 | 317 | 144 | 64 |
| Binary | 1000 | 10001110 | 11111111 | 1100001 | 101100 | 0 | 0 | 11001111 | 1100100 | 110100 |
Color Harmonies of #088EFF
Complementary color
Monochromatic Colors of #088EFF
Black with #088EFF
Text Example
Text Example
White with #088EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088EFF; }
p { color: rgb(8,142,255); }
H1.HeaderClassName
{
color: #088EFF;
}
.AnyTagClassName
{
color: #088EFF;
}
</style>
background-color css
<style>
a { background-color: #088EFF; }
a { background-color: rgb(8,142,255); }
div.DivClassName
{
background-color: #088EFF;
}
.BgClassName
{
background-color: #088EFF;
}
</style>
border-color css
<style>
span { border-color: #088EFF; }
span { border-color: rgb(8,142,255); }
td.TdClassName
{
border-color: #088EFF;
}
.TagClassName
{
border-color: #088EFF;
}
</style>