Shades of Dodger Blue #188AE5
Tints of Dodger Blue #188AE5
RGB
CMYK
RGB Variations
Color information
#188AE5 (or 0x188AE5) is known color: Dodger Blue. HEX triplet: 18, 8A and E5. RGB value is (24,138,229). Sum of RGB (Red+Green+Blue) = 24+138+229=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #188AE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188AE5 is #E7751A. Grayscale: #717171. Windows color (decimal): -15168795 or 15043096. OLE color: 15043096.
HSL color Cylindrical-coordinate representation of color #188AE5: hue angle of 206.63º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188AE5 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 138 | 229 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.10 |
| HSL | 206.63º | 0.81% | 0.5% | - |
| HSV(B) | 206.63º | 0.9% | 0.9% | - |
| XYZ | 23.61 | 24.03 | 77.52 | - |
| YUV | 114.29 | 192.73 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 229 | 0.90 | 0.40 | 0 | 0.10 | 206.63 | 0.81 | 0.5 |
| Hex | 18 | 8A | E5 | 5A | 28 | 0 | A | CF | 51 | 32 |
| Octal | 30 | 212 | 345 | 132 | 50 | 0 | 12 | 317 | 121 | 62 |
| Binary | 11000 | 10001010 | 11100101 | 1011010 | 101000 | 0 | 1010 | 11001111 | 1010001 | 110010 |
Color Harmonies of #188AE5
Complementary color
Monochromatic Colors of #188AE5
Black with #188AE5
Text Example
Text Example
White with #188AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188AE5; }
p { color: rgb(24,138,229); }
H1.HeaderClassName
{
color: #188AE5;
}
.AnyTagClassName
{
color: #188AE5;
}
</style>
background-color css
<style>
a { background-color: #188AE5; }
a { background-color: rgb(24,138,229); }
div.DivClassName
{
background-color: #188AE5;
}
.BgClassName
{
background-color: #188AE5;
}
</style>
border-color css
<style>
span { border-color: #188AE5; }
span { border-color: rgb(24,138,229); }
td.TdClassName
{
border-color: #188AE5;
}
.TagClassName
{
border-color: #188AE5;
}
</style>