Shades of Dodger Blue #159EEB
Tints of Dodger Blue #159EEB
RGB
CMYK
RGB Variations
Color information
#159EEB (or 0x159EEB) is known color: Dodger Blue. HEX triplet: 15, 9E and EB. RGB value is (21,158,235). Sum of RGB (Red+Green+Blue) = 21+158+235=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #159EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159EEB is #EA6114. Grayscale: #7D7D7D. Windows color (decimal): -15360277 or 15441429. OLE color: 15441429.
HSL color Cylindrical-coordinate representation of color #159EEB: hue angle of 201.59º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159EEB is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 158 | 235 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.08 |
| HSL | 201.59º | 0.84% | 0.5% | - |
| HSV(B) | 201.59º | 0.91% | 0.92% | - |
| XYZ | 27.53 | 30.61 | 83.05 | - |
| YUV | 125.82 | 189.61 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 235 | 0.91 | 0.33 | 0 | 0.08 | 201.59 | 0.84 | 0.5 |
| Hex | 15 | 9E | EB | 5B | 21 | 0 | 8 | CA | 54 | 32 |
| Octal | 25 | 236 | 353 | 133 | 41 | 0 | 10 | 312 | 124 | 62 |
| Binary | 10101 | 10011110 | 11101011 | 1011011 | 100001 | 0 | 1000 | 11001010 | 1010100 | 110010 |
Color Harmonies of #159EEB
Complementary color
Monochromatic Colors of #159EEB
Black with #159EEB
Text Example
Text Example
White with #159EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159EEB; }
p { color: rgb(21,158,235); }
H1.HeaderClassName
{
color: #159EEB;
}
.AnyTagClassName
{
color: #159EEB;
}
</style>
background-color css
<style>
a { background-color: #159EEB; }
a { background-color: rgb(21,158,235); }
div.DivClassName
{
background-color: #159EEB;
}
.BgClassName
{
background-color: #159EEB;
}
</style>
border-color css
<style>
span { border-color: #159EEB; }
span { border-color: rgb(21,158,235); }
td.TdClassName
{
border-color: #159EEB;
}
.TagClassName
{
border-color: #159EEB;
}
</style>