Shades of Dodger Blue #188ADB
Tints of Dodger Blue #188ADB
RGB
CMYK
RGB Variations
Color information
#188ADB (or 0x188ADB) is known color: Dodger Blue. HEX triplet: 18, 8A and DB. RGB value is (24,138,219). Sum of RGB (Red+Green+Blue) = 24+138+219=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #188ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ADB is #E77524. Grayscale: #707070. Windows color (decimal): -15168805 or 14387736. OLE color: 14387736.
HSL color Cylindrical-coordinate representation of color #188ADB: hue angle of 204.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188ADB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 138 | 219 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.14 |
| HSL | 204.92º | 0.8% | 0.48% | - |
| HSV(B) | 204.92º | 0.89% | 0.86% | - |
| XYZ | 22.25 | 23.49 | 70.38 | - |
| YUV | 113.15 | 187.73 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 219 | 0.89 | 0.37 | 0 | 0.14 | 204.92 | 0.8 | 0.48 |
| Hex | 18 | 8A | DB | 59 | 25 | 0 | E | CD | 50 | 30 |
| Octal | 30 | 212 | 333 | 131 | 45 | 0 | 16 | 315 | 120 | 60 |
| Binary | 11000 | 10001010 | 11011011 | 1011001 | 100101 | 0 | 1110 | 11001101 | 1010000 | 110000 |
Color Harmonies of #188ADB
Complementary color
Monochromatic Colors of #188ADB
Black with #188ADB
Text Example
Text Example
White with #188ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188ADB; }
p { color: rgb(24,138,219); }
H1.HeaderClassName
{
color: #188ADB;
}
.AnyTagClassName
{
color: #188ADB;
}
</style>
background-color css
<style>
a { background-color: #188ADB; }
a { background-color: rgb(24,138,219); }
div.DivClassName
{
background-color: #188ADB;
}
.BgClassName
{
background-color: #188ADB;
}
</style>
border-color css
<style>
span { border-color: #188ADB; }
span { border-color: rgb(24,138,219); }
td.TdClassName
{
border-color: #188ADB;
}
.TagClassName
{
border-color: #188ADB;
}
</style>