Shades of Dodger Blue #188AEA
Tints of Dodger Blue #188AEA
RGB
CMYK
RGB Variations
Color information
#188AEA (or 0x188AEA) is known color: Dodger Blue. HEX triplet: 18, 8A and EA. RGB value is (24,138,234). Sum of RGB (Red+Green+Blue) = 24+138+234=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #188AEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188AEA is #E77515. Grayscale: #727272. Windows color (decimal): -15168790 or 15370776. OLE color: 15370776.
HSL color Cylindrical-coordinate representation of color #188AEA: hue angle of 207.43º 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 #188AEA is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 138 | 234 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.08 |
| HSL | 207.43º | 0.83% | 0.51% | - |
| HSV(B) | 207.43º | 0.9% | 0.92% | - |
| XYZ | 24.32 | 24.31 | 81.25 | - |
| YUV | 114.86 | 195.23 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 234 | 0.90 | 0.41 | 0 | 0.08 | 207.43 | 0.83 | 0.51 |
| Hex | 18 | 8A | EA | 5A | 29 | 0 | 8 | CF | 53 | 33 |
| Octal | 30 | 212 | 352 | 132 | 51 | 0 | 10 | 317 | 123 | 63 |
| Binary | 11000 | 10001010 | 11101010 | 1011010 | 101001 | 0 | 1000 | 11001111 | 1010011 | 110011 |
Color Harmonies of #188AEA
Complementary color
Monochromatic Colors of #188AEA
Black with #188AEA
Text Example
Text Example
White with #188AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188AEA; }
p { color: rgb(24,138,234); }
H1.HeaderClassName
{
color: #188AEA;
}
.AnyTagClassName
{
color: #188AEA;
}
</style>
background-color css
<style>
a { background-color: #188AEA; }
a { background-color: rgb(24,138,234); }
div.DivClassName
{
background-color: #188AEA;
}
.BgClassName
{
background-color: #188AEA;
}
</style>
border-color css
<style>
span { border-color: #188AEA; }
span { border-color: rgb(24,138,234); }
td.TdClassName
{
border-color: #188AEA;
}
.TagClassName
{
border-color: #188AEA;
}
</style>