Shades of Dodger Blue #188EEE
Tints of Dodger Blue #188EEE
RGB
CMYK
RGB Variations
Color information
#188EEE (or 0x188EEE) is known color: Dodger Blue. HEX triplet: 18, 8E and EE. RGB value is (24,142,238). Sum of RGB (Red+Green+Blue) = 24+142+238=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #188EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188EEE is #E77111. Grayscale: #757575. Windows color (decimal): -15167762 or 15633944. OLE color: 15633944.
HSL color Cylindrical-coordinate representation of color #188EEE: hue angle of 206.92º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188EEE is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 142 | 238 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.07 |
| HSL | 206.92º | 0.86% | 0.51% | - |
| HSV(B) | 206.92º | 0.9% | 0.93% | - |
| XYZ | 25.48 | 25.71 | 84.51 | - |
| YUV | 117.66 | 195.91 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 238 | 0.90 | 0.40 | 0 | 0.07 | 206.92 | 0.86 | 0.51 |
| Hex | 18 | 8E | EE | 5A | 28 | 0 | 7 | CF | 56 | 33 |
| Octal | 30 | 216 | 356 | 132 | 50 | 0 | 7 | 317 | 126 | 63 |
| Binary | 11000 | 10001110 | 11101110 | 1011010 | 101000 | 0 | 111 | 11001111 | 1010110 | 110011 |
Color Harmonies of #188EEE
Complementary color
Monochromatic Colors of #188EEE
Black with #188EEE
Text Example
Text Example
White with #188EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188EEE; }
p { color: rgb(24,142,238); }
H1.HeaderClassName
{
color: #188EEE;
}
.AnyTagClassName
{
color: #188EEE;
}
</style>
background-color css
<style>
a { background-color: #188EEE; }
a { background-color: rgb(24,142,238); }
div.DivClassName
{
background-color: #188EEE;
}
.BgClassName
{
background-color: #188EEE;
}
</style>
border-color css
<style>
span { border-color: #188EEE; }
span { border-color: rgb(24,142,238); }
td.TdClassName
{
border-color: #188EEE;
}
.TagClassName
{
border-color: #188EEE;
}
</style>