Shades of Dodger Blue #188ADC
Tints of Dodger Blue #188ADC
RGB
CMYK
RGB Variations
Color information
#188ADC (or 0x188ADC) is known color: Dodger Blue. HEX triplet: 18, 8A and DC. RGB value is (24,138,220). Sum of RGB (Red+Green+Blue) = 24+138+220=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #188ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ADC is #E77523. Grayscale: #707070. Windows color (decimal): -15168804 or 14453272. OLE color: 14453272.
HSL color Cylindrical-coordinate representation of color #188ADC: hue angle of 205.1º 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 #188ADC is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 138 | 220 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.14 |
| HSL | 205.1º | 0.8% | 0.48% | - |
| HSV(B) | 205.1º | 0.89% | 0.86% | - |
| XYZ | 22.38 | 23.54 | 71.07 | - |
| YUV | 113.26 | 188.23 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 220 | 0.89 | 0.37 | 0 | 0.14 | 205.1 | 0.8 | 0.48 |
| Hex | 18 | 8A | DC | 59 | 25 | 0 | E | CD | 50 | 30 |
| Octal | 30 | 212 | 334 | 131 | 45 | 0 | 16 | 315 | 120 | 60 |
| Binary | 11000 | 10001010 | 11011100 | 1011001 | 100101 | 0 | 1110 | 11001101 | 1010000 | 110000 |
Color Harmonies of #188ADC
Complementary color
Monochromatic Colors of #188ADC
Black with #188ADC
Text Example
Text Example
White with #188ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188ADC; }
p { color: rgb(24,138,220); }
H1.HeaderClassName
{
color: #188ADC;
}
.AnyTagClassName
{
color: #188ADC;
}
</style>
background-color css
<style>
a { background-color: #188ADC; }
a { background-color: rgb(24,138,220); }
div.DivClassName
{
background-color: #188ADC;
}
.BgClassName
{
background-color: #188ADC;
}
</style>
border-color css
<style>
span { border-color: #188ADC; }
span { border-color: rgb(24,138,220); }
td.TdClassName
{
border-color: #188ADC;
}
.TagClassName
{
border-color: #188ADC;
}
</style>