Shades of Dodger Blue #188AED
Tints of Dodger Blue #188AED
RGB
CMYK
RGB Variations
Color information
#188AED (or 0x188AED) is known color: Dodger Blue. HEX triplet: 18, 8A and ED. RGB value is (24,138,237). Sum of RGB (Red+Green+Blue) = 24+138+237=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #188AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188AED is #E77512. Grayscale: #727272. Windows color (decimal): -15168787 or 15567384. OLE color: 15567384.
HSL color Cylindrical-coordinate representation of color #188AED: hue angle of 207.89º 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 #188AED is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 138 | 237 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.07 |
| HSL | 207.89º | 0.86% | 0.51% | - |
| HSV(B) | 207.89º | 0.9% | 0.93% | - |
| XYZ | 24.75 | 24.49 | 83.54 | - |
| YUV | 115.2 | 196.73 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 237 | 0.90 | 0.42 | 0 | 0.07 | 207.89 | 0.86 | 0.51 |
| Hex | 18 | 8A | ED | 5A | 2A | 0 | 7 | D0 | 56 | 33 |
| Octal | 30 | 212 | 355 | 132 | 52 | 0 | 7 | 320 | 126 | 63 |
| Binary | 11000 | 10001010 | 11101101 | 1011010 | 101010 | 0 | 111 | 11010000 | 1010110 | 110011 |
Color Harmonies of #188AED
Complementary color
Monochromatic Colors of #188AED
Black with #188AED
Text Example
Text Example
White with #188AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188AED; }
p { color: rgb(24,138,237); }
H1.HeaderClassName
{
color: #188AED;
}
.AnyTagClassName
{
color: #188AED;
}
</style>
background-color css
<style>
a { background-color: #188AED; }
a { background-color: rgb(24,138,237); }
div.DivClassName
{
background-color: #188AED;
}
.BgClassName
{
background-color: #188AED;
}
</style>
border-color css
<style>
span { border-color: #188AED; }
span { border-color: rgb(24,138,237); }
td.TdClassName
{
border-color: #188AED;
}
.TagClassName
{
border-color: #188AED;
}
</style>