Shades of Dodger Blue #158BE9
Tints of Dodger Blue #158BE9
RGB
CMYK
RGB Variations
Color information
#158BE9 (or 0x158BE9) is known color: Dodger Blue. HEX triplet: 15, 8B and E9. RGB value is (21,139,233). Sum of RGB (Red+Green+Blue) = 21+139+233=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #158BE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BE9 is #EA7416. Grayscale: #717171. Windows color (decimal): -15365143 or 15305493. OLE color: 15305493.
HSL color Cylindrical-coordinate representation of color #158BE9: hue angle of 206.6º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158BE9 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 139 | 233 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.09 |
| HSL | 206.6º | 0.83% | 0.5% | - |
| HSV(B) | 206.6º | 0.91% | 0.91% | - |
| XYZ | 24.25 | 24.51 | 80.54 | - |
| YUV | 114.43 | 194.91 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 233 | 0.91 | 0.40 | 0 | 0.09 | 206.6 | 0.83 | 0.5 |
| Hex | 15 | 8B | E9 | 5B | 28 | 0 | 9 | CF | 53 | 32 |
| Octal | 25 | 213 | 351 | 133 | 50 | 0 | 11 | 317 | 123 | 62 |
| Binary | 10101 | 10001011 | 11101001 | 1011011 | 101000 | 0 | 1001 | 11001111 | 1010011 | 110010 |
Color Harmonies of #158BE9
Complementary color
Monochromatic Colors of #158BE9
Black with #158BE9
Text Example
Text Example
White with #158BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BE9; }
p { color: rgb(21,139,233); }
H1.HeaderClassName
{
color: #158BE9;
}
.AnyTagClassName
{
color: #158BE9;
}
</style>
background-color css
<style>
a { background-color: #158BE9; }
a { background-color: rgb(21,139,233); }
div.DivClassName
{
background-color: #158BE9;
}
.BgClassName
{
background-color: #158BE9;
}
</style>
border-color css
<style>
span { border-color: #158BE9; }
span { border-color: rgb(21,139,233); }
td.TdClassName
{
border-color: #158BE9;
}
.TagClassName
{
border-color: #158BE9;
}
</style>