Shades of Dodger Blue #088EEA
Tints of Dodger Blue #088EEA
RGB
CMYK
RGB Variations
Color information
#088EEA (or 0x088EEA) is known color: Dodger Blue. HEX triplet: 08, 8E and EA. RGB value is (8,142,234). Sum of RGB (Red+Green+Blue) = 8+142+234=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #088EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088EEA is #F77115. Grayscale: #6F6F6F. Windows color (decimal): -16216342 or 15371784. OLE color: 15371784.
HSL color Cylindrical-coordinate representation of color #088EEA: hue angle of 204.42º 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 #088EEA is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 142 | 234 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.08 |
| HSL | 204.42º | 0.93% | 0.47% | - |
| HSV(B) | 204.42º | 0.97% | 0.92% | - |
| XYZ | 24.62 | 25.34 | 81.43 | - |
| YUV | 112.42 | 196.61 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 234 | 0.97 | 0.39 | 0 | 0.08 | 204.42 | 0.93 | 0.47 |
| Hex | 8 | 8E | EA | 61 | 27 | 0 | 8 | CC | 5D | 2F |
| Octal | 10 | 216 | 352 | 141 | 47 | 0 | 10 | 314 | 135 | 57 |
| Binary | 1000 | 10001110 | 11101010 | 1100001 | 100111 | 0 | 1000 | 11001100 | 1011101 | 101111 |
Color Harmonies of #088EEA
Complementary color
Monochromatic Colors of #088EEA
Black with #088EEA
Text Example
Text Example
White with #088EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088EEA; }
p { color: rgb(8,142,234); }
H1.HeaderClassName
{
color: #088EEA;
}
.AnyTagClassName
{
color: #088EEA;
}
</style>
background-color css
<style>
a { background-color: #088EEA; }
a { background-color: rgb(8,142,234); }
div.DivClassName
{
background-color: #088EEA;
}
.BgClassName
{
background-color: #088EEA;
}
</style>
border-color css
<style>
span { border-color: #088EEA; }
span { border-color: rgb(8,142,234); }
td.TdClassName
{
border-color: #088EEA;
}
.TagClassName
{
border-color: #088EEA;
}
</style>