Shades of Dodger Blue #158BDB
Tints of Dodger Blue #158BDB
RGB
CMYK
RGB Variations
Color information
#158BDB (or 0x158BDB) is known color: Dodger Blue. HEX triplet: 15, 8B and DB. RGB value is (21,139,219). Sum of RGB (Red+Green+Blue) = 21+139+219=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #158BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BDB is #EA7424. Grayscale: #707070. Windows color (decimal): -15365157 or 14387989. OLE color: 14387989.
HSL color Cylindrical-coordinate representation of color #158BDB: hue angle of 204.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158BDB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 139 | 219 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.14 |
| HSL | 204.24º | 0.83% | 0.47% | - |
| HSV(B) | 204.24º | 0.9% | 0.86% | - |
| XYZ | 22.33 | 23.74 | 70.42 | - |
| YUV | 112.84 | 187.91 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 219 | 0.90 | 0.37 | 0 | 0.14 | 204.24 | 0.83 | 0.47 |
| Hex | 15 | 8B | DB | 5A | 25 | 0 | E | CC | 52 | 2F |
| Octal | 25 | 213 | 333 | 132 | 45 | 0 | 16 | 314 | 122 | 57 |
| Binary | 10101 | 10001011 | 11011011 | 1011010 | 100101 | 0 | 1110 | 11001100 | 1010010 | 101111 |
Color Harmonies of #158BDB
Complementary color
Monochromatic Colors of #158BDB
Black with #158BDB
Text Example
Text Example
White with #158BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BDB; }
p { color: rgb(21,139,219); }
H1.HeaderClassName
{
color: #158BDB;
}
.AnyTagClassName
{
color: #158BDB;
}
</style>
background-color css
<style>
a { background-color: #158BDB; }
a { background-color: rgb(21,139,219); }
div.DivClassName
{
background-color: #158BDB;
}
.BgClassName
{
background-color: #158BDB;
}
</style>
border-color css
<style>
span { border-color: #158BDB; }
span { border-color: rgb(21,139,219); }
td.TdClassName
{
border-color: #158BDB;
}
.TagClassName
{
border-color: #158BDB;
}
</style>