Shades of Dodger Blue #188EEF
Tints of Dodger Blue #188EEF
RGB
CMYK
RGB Variations
Color information
#188EEF (or 0x188EEF) is known color: Dodger Blue. HEX triplet: 18, 8E and EF. RGB value is (24,142,239). Sum of RGB (Red+Green+Blue) = 24+142+239=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #188EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188EEF is #E77110. Grayscale: #757575. Windows color (decimal): -15167761 or 15699480. OLE color: 15699480.
HSL color Cylindrical-coordinate representation of color #188EEF: hue angle of 207.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188EEF is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 142 | 239 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.06 |
| HSL | 207.07º | 0.87% | 0.52% | - |
| HSV(B) | 207.07º | 0.9% | 0.94% | - |
| XYZ | 25.63 | 25.77 | 85.29 | - |
| YUV | 117.78 | 196.41 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 239 | 0.90 | 0.41 | 0 | 0.06 | 207.07 | 0.87 | 0.52 |
| Hex | 18 | 8E | EF | 5A | 29 | 0 | 6 | CF | 57 | 34 |
| Octal | 30 | 216 | 357 | 132 | 51 | 0 | 6 | 317 | 127 | 64 |
| Binary | 11000 | 10001110 | 11101111 | 1011010 | 101001 | 0 | 110 | 11001111 | 1010111 | 110100 |
Color Harmonies of #188EEF
Complementary color
Monochromatic Colors of #188EEF
Black with #188EEF
Text Example
Text Example
White with #188EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188EEF; }
p { color: rgb(24,142,239); }
H1.HeaderClassName
{
color: #188EEF;
}
.AnyTagClassName
{
color: #188EEF;
}
</style>
background-color css
<style>
a { background-color: #188EEF; }
a { background-color: rgb(24,142,239); }
div.DivClassName
{
background-color: #188EEF;
}
.BgClassName
{
background-color: #188EEF;
}
</style>
border-color css
<style>
span { border-color: #188EEF; }
span { border-color: rgb(24,142,239); }
td.TdClassName
{
border-color: #188EEF;
}
.TagClassName
{
border-color: #188EEF;
}
</style>