Shades of Dodger Blue #188EEA
Tints of Dodger Blue #188EEA
RGB
CMYK
RGB Variations
Color information
#188EEA (or 0x188EEA) is known color: Dodger Blue. HEX triplet: 18, 8E and EA. RGB value is (24,142,234). Sum of RGB (Red+Green+Blue) = 24+142+234=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #188EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188EEA is #E77115. Grayscale: #747474. Windows color (decimal): -15167766 or 15371800. OLE color: 15371800.
HSL color Cylindrical-coordinate representation of color #188EEA: hue angle of 206.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188EEA is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 142 | 234 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.08 |
| HSL | 206.29º | 0.83% | 0.51% | - |
| HSV(B) | 206.29º | 0.9% | 0.92% | - |
| XYZ | 24.9 | 25.48 | 81.45 | - |
| YUV | 117.21 | 193.91 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 234 | 0.90 | 0.39 | 0 | 0.08 | 206.29 | 0.83 | 0.51 |
| Hex | 18 | 8E | EA | 5A | 27 | 0 | 8 | CE | 53 | 33 |
| Octal | 30 | 216 | 352 | 132 | 47 | 0 | 10 | 316 | 123 | 63 |
| Binary | 11000 | 10001110 | 11101010 | 1011010 | 100111 | 0 | 1000 | 11001110 | 1010011 | 110011 |
Color Harmonies of #188EEA
Complementary color
Monochromatic Colors of #188EEA
Black with #188EEA
Text Example
Text Example
White with #188EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188EEA; }
p { color: rgb(24,142,234); }
H1.HeaderClassName
{
color: #188EEA;
}
.AnyTagClassName
{
color: #188EEA;
}
</style>
background-color css
<style>
a { background-color: #188EEA; }
a { background-color: rgb(24,142,234); }
div.DivClassName
{
background-color: #188EEA;
}
.BgClassName
{
background-color: #188EEA;
}
</style>
border-color css
<style>
span { border-color: #188EEA; }
span { border-color: rgb(24,142,234); }
td.TdClassName
{
border-color: #188EEA;
}
.TagClassName
{
border-color: #188EEA;
}
</style>