Shades of Dodger Blue #158BE1
Tints of Dodger Blue #158BE1
RGB
CMYK
RGB Variations
Color information
#158BE1 (or 0x158BE1) is known color: Dodger Blue. HEX triplet: 15, 8B and E1. RGB value is (21,139,225). Sum of RGB (Red+Green+Blue) = 21+139+225=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #158BE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BE1 is #EA741E. Grayscale: #717171. Windows color (decimal): -15365151 or 14781205. OLE color: 14781205.
HSL color Cylindrical-coordinate representation of color #158BE1: hue angle of 205.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158BE1 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 139 | 225 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.12 |
| HSL | 205.29º | 0.83% | 0.48% | - |
| HSV(B) | 205.29º | 0.91% | 0.88% | - |
| XYZ | 23.13 | 24.06 | 74.66 | - |
| YUV | 113.52 | 190.91 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 225 | 0.91 | 0.38 | 0 | 0.12 | 205.29 | 0.83 | 0.48 |
| Hex | 15 | 8B | E1 | 5B | 26 | 0 | C | CD | 53 | 30 |
| Octal | 25 | 213 | 341 | 133 | 46 | 0 | 14 | 315 | 123 | 60 |
| Binary | 10101 | 10001011 | 11100001 | 1011011 | 100110 | 0 | 1100 | 11001101 | 1010011 | 110000 |
Color Harmonies of #158BE1
Complementary color
Monochromatic Colors of #158BE1
Black with #158BE1
Text Example
Text Example
White with #158BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BE1; }
p { color: rgb(21,139,225); }
H1.HeaderClassName
{
color: #158BE1;
}
.AnyTagClassName
{
color: #158BE1;
}
</style>
background-color css
<style>
a { background-color: #158BE1; }
a { background-color: rgb(21,139,225); }
div.DivClassName
{
background-color: #158BE1;
}
.BgClassName
{
background-color: #158BE1;
}
</style>
border-color css
<style>
span { border-color: #158BE1; }
span { border-color: rgb(21,139,225); }
td.TdClassName
{
border-color: #158BE1;
}
.TagClassName
{
border-color: #158BE1;
}
</style>