Shades of Dodger Blue #188DEE
Tints of Dodger Blue #188DEE
RGB
CMYK
RGB Variations
Color information
#188DEE (or 0x188DEE) is known color: Dodger Blue. HEX triplet: 18, 8D and EE. RGB value is (24,141,238). Sum of RGB (Red+Green+Blue) = 24+141+238=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #188DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188DEE is #E77211. Grayscale: #747474. Windows color (decimal): -15168018 or 15633688. OLE color: 15633688.
HSL color Cylindrical-coordinate representation of color #188DEE: hue angle of 207.2º 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 #188DEE is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 141 | 238 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.07 |
| HSL | 207.2º | 0.86% | 0.51% | - |
| HSV(B) | 207.2º | 0.9% | 0.93% | - |
| XYZ | 25.33 | 25.42 | 84.46 | - |
| YUV | 117.08 | 196.24 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 238 | 0.90 | 0.41 | 0 | 0.07 | 207.2 | 0.86 | 0.51 |
| Hex | 18 | 8D | EE | 5A | 29 | 0 | 7 | CF | 56 | 33 |
| Octal | 30 | 215 | 356 | 132 | 51 | 0 | 7 | 317 | 126 | 63 |
| Binary | 11000 | 10001101 | 11101110 | 1011010 | 101001 | 0 | 111 | 11001111 | 1010110 | 110011 |
Color Harmonies of #188DEE
Complementary color
Monochromatic Colors of #188DEE
Black with #188DEE
Text Example
Text Example
White with #188DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188DEE; }
p { color: rgb(24,141,238); }
H1.HeaderClassName
{
color: #188DEE;
}
.AnyTagClassName
{
color: #188DEE;
}
</style>
background-color css
<style>
a { background-color: #188DEE; }
a { background-color: rgb(24,141,238); }
div.DivClassName
{
background-color: #188DEE;
}
.BgClassName
{
background-color: #188DEE;
}
</style>
border-color css
<style>
span { border-color: #188DEE; }
span { border-color: rgb(24,141,238); }
td.TdClassName
{
border-color: #188DEE;
}
.TagClassName
{
border-color: #188DEE;
}
</style>