Shades of Dodger Blue #1888D9
Tints of Dodger Blue #1888D9
RGB
CMYK
RGB Variations
Color information
#1888D9 (or 0x1888D9) is known color: Dodger Blue. HEX triplet: 18, 88 and D9. RGB value is (24,136,217). Sum of RGB (Red+Green+Blue) = 24+136+217=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 217 (85.16% from 255 or 57.56% from 377); Max value from RGB is 217 - color contains mainly: blue. Hex color #1888D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888D9 is #E77726. Grayscale: #6F6F6F. Windows color (decimal): -15169319 or 14256152. OLE color: 14256152.
HSL color Cylindrical-coordinate representation of color #1888D9: hue angle of 205.18º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1888D9 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 136 | 217 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.15 |
| HSL | 205.18º | 0.8% | 0.47% | - |
| HSV(B) | 205.18º | 0.89% | 0.85% | - |
| XYZ | 21.71 | 22.81 | 68.9 | - |
| YUV | 111.75 | 187.39 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 217 | 0.89 | 0.37 | 0 | 0.15 | 205.18 | 0.8 | 0.47 |
| Hex | 18 | 88 | D9 | 59 | 25 | 0 | F | CD | 50 | 2F |
| Octal | 30 | 210 | 331 | 131 | 45 | 0 | 17 | 315 | 120 | 57 |
| Binary | 11000 | 10001000 | 11011001 | 1011001 | 100101 | 0 | 1111 | 11001101 | 1010000 | 101111 |
Color Harmonies of #1888D9
Complementary color
Monochromatic Colors of #1888D9
Black with #1888D9
Text Example
Text Example
White with #1888D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1888D9; }
p { color: rgb(24,136,217); }
H1.HeaderClassName
{
color: #1888D9;
}
.AnyTagClassName
{
color: #1888D9;
}
</style>
background-color css
<style>
a { background-color: #1888D9; }
a { background-color: rgb(24,136,217); }
div.DivClassName
{
background-color: #1888D9;
}
.BgClassName
{
background-color: #1888D9;
}
</style>
border-color css
<style>
span { border-color: #1888D9; }
span { border-color: rgb(24,136,217); }
td.TdClassName
{
border-color: #1888D9;
}
.TagClassName
{
border-color: #1888D9;
}
</style>