Shades of Dodger Blue #188ADD
Tints of Dodger Blue #188ADD
RGB
CMYK
RGB Variations
Color information
#188ADD (or 0x188ADD) is known color: Dodger Blue. HEX triplet: 18, 8A and DD. RGB value is (24,138,221). Sum of RGB (Red+Green+Blue) = 24+138+221=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #188ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ADD is #E77522. Grayscale: #707070. Windows color (decimal): -15168803 or 14518808. OLE color: 14518808.
HSL color Cylindrical-coordinate representation of color #188ADD: hue angle of 205.28º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188ADD is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 138 | 221 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.13 |
| HSL | 205.28º | 0.8% | 0.48% | - |
| HSV(B) | 205.28º | 0.89% | 0.87% | - |
| XYZ | 22.52 | 23.59 | 71.77 | - |
| YUV | 113.38 | 188.73 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 221 | 0.89 | 0.38 | 0 | 0.13 | 205.28 | 0.8 | 0.48 |
| Hex | 18 | 8A | DD | 59 | 26 | 0 | D | CD | 50 | 30 |
| Octal | 30 | 212 | 335 | 131 | 46 | 0 | 15 | 315 | 120 | 60 |
| Binary | 11000 | 10001010 | 11011101 | 1011001 | 100110 | 0 | 1101 | 11001101 | 1010000 | 110000 |
Color Harmonies of #188ADD
Complementary color
Monochromatic Colors of #188ADD
Black with #188ADD
Text Example
Text Example
White with #188ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188ADD; }
p { color: rgb(24,138,221); }
H1.HeaderClassName
{
color: #188ADD;
}
.AnyTagClassName
{
color: #188ADD;
}
</style>
background-color css
<style>
a { background-color: #188ADD; }
a { background-color: rgb(24,138,221); }
div.DivClassName
{
background-color: #188ADD;
}
.BgClassName
{
background-color: #188ADD;
}
</style>
border-color css
<style>
span { border-color: #188ADD; }
span { border-color: rgb(24,138,221); }
td.TdClassName
{
border-color: #188ADD;
}
.TagClassName
{
border-color: #188ADD;
}
</style>