Shades of Dodger Blue #158DDD
Tints of Dodger Blue #158DDD
RGB
CMYK
RGB Variations
Color information
#158DDD (or 0x158DDD) is known color: Dodger Blue. HEX triplet: 15, 8D and DD. RGB value is (21,141,221). Sum of RGB (Red+Green+Blue) = 21+141+221=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 141 (55.47% from 255 or 36.81% 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 #158DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DDD is #EA7222. Grayscale: #717171. Windows color (decimal): -15364643 or 14519573. OLE color: 14519573.
HSL color Cylindrical-coordinate representation of color #158DDD: hue angle of 204º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158DDD is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 141 | 221 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.13 |
| HSL | 204º | 0.83% | 0.47% | - |
| HSV(B) | 204º | 0.9% | 0.87% | - |
| XYZ | 22.89 | 24.43 | 71.92 | - |
| YUV | 114.24 | 188.24 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 221 | 0.90 | 0.36 | 0 | 0.13 | 204 | 0.83 | 0.47 |
| Hex | 15 | 8D | DD | 5A | 24 | 0 | D | CC | 53 | 2F |
| Octal | 25 | 215 | 335 | 132 | 44 | 0 | 15 | 314 | 123 | 57 |
| Binary | 10101 | 10001101 | 11011101 | 1011010 | 100100 | 0 | 1101 | 11001100 | 1010011 | 101111 |
Color Harmonies of #158DDD
Complementary color
Monochromatic Colors of #158DDD
Black with #158DDD
Text Example
Text Example
White with #158DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DDD; }
p { color: rgb(21,141,221); }
H1.HeaderClassName
{
color: #158DDD;
}
.AnyTagClassName
{
color: #158DDD;
}
</style>
background-color css
<style>
a { background-color: #158DDD; }
a { background-color: rgb(21,141,221); }
div.DivClassName
{
background-color: #158DDD;
}
.BgClassName
{
background-color: #158DDD;
}
</style>
border-color css
<style>
span { border-color: #158DDD; }
span { border-color: rgb(21,141,221); }
td.TdClassName
{
border-color: #158DDD;
}
.TagClassName
{
border-color: #158DDD;
}
</style>