Shades of Dodger Blue #158BDE
Tints of Dodger Blue #158BDE
RGB
CMYK
RGB Variations
Color information
#158BDE (or 0x158BDE) is known color: Dodger Blue. HEX triplet: 15, 8B and DE. RGB value is (21,139,222). Sum of RGB (Red+Green+Blue) = 21+139+222=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #158BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BDE is #EA7421. Grayscale: #707070. Windows color (decimal): -15365154 or 14584597. OLE color: 14584597.
HSL color Cylindrical-coordinate representation of color #158BDE: hue angle of 204.78º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158BDE is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 139 | 222 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.13 |
| HSL | 204.78º | 0.83% | 0.48% | - |
| HSV(B) | 204.78º | 0.91% | 0.87% | - |
| XYZ | 22.73 | 23.9 | 72.52 | - |
| YUV | 113.18 | 189.41 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 222 | 0.91 | 0.37 | 0 | 0.13 | 204.78 | 0.83 | 0.48 |
| Hex | 15 | 8B | DE | 5B | 25 | 0 | D | CD | 53 | 30 |
| Octal | 25 | 213 | 336 | 133 | 45 | 0 | 15 | 315 | 123 | 60 |
| Binary | 10101 | 10001011 | 11011110 | 1011011 | 100101 | 0 | 1101 | 11001101 | 1010011 | 110000 |
Color Harmonies of #158BDE
Complementary color
Monochromatic Colors of #158BDE
Black with #158BDE
Text Example
Text Example
White with #158BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BDE; }
p { color: rgb(21,139,222); }
H1.HeaderClassName
{
color: #158BDE;
}
.AnyTagClassName
{
color: #158BDE;
}
</style>
background-color css
<style>
a { background-color: #158BDE; }
a { background-color: rgb(21,139,222); }
div.DivClassName
{
background-color: #158BDE;
}
.BgClassName
{
background-color: #158BDE;
}
</style>
border-color css
<style>
span { border-color: #158BDE; }
span { border-color: rgb(21,139,222); }
td.TdClassName
{
border-color: #158BDE;
}
.TagClassName
{
border-color: #158BDE;
}
</style>