Shades of Dodger Blue #188BDB
Tints of Dodger Blue #188BDB
RGB
CMYK
RGB Variations
Color information
#188BDB (or 0x188BDB) is known color: Dodger Blue. HEX triplet: 18, 8B and DB. RGB value is (24,139,219). Sum of RGB (Red+Green+Blue) = 24+139+219=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #188BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BDB is #E77424. Grayscale: #717171. Windows color (decimal): -15168549 or 14387992. OLE color: 14387992.
HSL color Cylindrical-coordinate representation of color #188BDB: hue angle of 204.62º 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 #188BDB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 139 | 219 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.14 |
| HSL | 204.62º | 0.8% | 0.48% | - |
| HSV(B) | 204.62º | 0.89% | 0.86% | - |
| XYZ | 22.4 | 23.77 | 70.43 | - |
| YUV | 113.74 | 187.4 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 219 | 0.89 | 0.37 | 0 | 0.14 | 204.62 | 0.8 | 0.48 |
| Hex | 18 | 8B | DB | 59 | 25 | 0 | E | CD | 50 | 30 |
| Octal | 30 | 213 | 333 | 131 | 45 | 0 | 16 | 315 | 120 | 60 |
| Binary | 11000 | 10001011 | 11011011 | 1011001 | 100101 | 0 | 1110 | 11001101 | 1010000 | 110000 |
Color Harmonies of #188BDB
Complementary color
Monochromatic Colors of #188BDB
Black with #188BDB
Text Example
Text Example
White with #188BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188BDB; }
p { color: rgb(24,139,219); }
H1.HeaderClassName
{
color: #188BDB;
}
.AnyTagClassName
{
color: #188BDB;
}
</style>
background-color css
<style>
a { background-color: #188BDB; }
a { background-color: rgb(24,139,219); }
div.DivClassName
{
background-color: #188BDB;
}
.BgClassName
{
background-color: #188BDB;
}
</style>
border-color css
<style>
span { border-color: #188BDB; }
span { border-color: rgb(24,139,219); }
td.TdClassName
{
border-color: #188BDB;
}
.TagClassName
{
border-color: #188BDB;
}
</style>