Shades of Dodger Blue #159FEB
Tints of Dodger Blue #159FEB
RGB
CMYK
RGB Variations
Color information
#159FEB (or 0x159FEB) is known color: Dodger Blue. HEX triplet: 15, 9F and EB. RGB value is (21,159,235). Sum of RGB (Red+Green+Blue) = 21+159+235=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #159FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159FEB is #EA6014. Grayscale: #7D7D7D. Windows color (decimal): -15360021 or 15441685. OLE color: 15441685.
HSL color Cylindrical-coordinate representation of color #159FEB: hue angle of 201.31º 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 #159FEB is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 159 | 235 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.08 |
| HSL | 201.31º | 0.84% | 0.5% | - |
| HSV(B) | 201.31º | 0.91% | 0.92% | - |
| XYZ | 27.7 | 30.95 | 83.11 | - |
| YUV | 126.4 | 189.28 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 235 | 0.91 | 0.32 | 0 | 0.08 | 201.31 | 0.84 | 0.5 |
| Hex | 15 | 9F | EB | 5B | 20 | 0 | 8 | C9 | 54 | 32 |
| Octal | 25 | 237 | 353 | 133 | 40 | 0 | 10 | 311 | 124 | 62 |
| Binary | 10101 | 10011111 | 11101011 | 1011011 | 100000 | 0 | 1000 | 11001001 | 1010100 | 110010 |
Color Harmonies of #159FEB
Complementary color
Monochromatic Colors of #159FEB
Black with #159FEB
Text Example
Text Example
White with #159FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FEB; }
p { color: rgb(21,159,235); }
H1.HeaderClassName
{
color: #159FEB;
}
.AnyTagClassName
{
color: #159FEB;
}
</style>
background-color css
<style>
a { background-color: #159FEB; }
a { background-color: rgb(21,159,235); }
div.DivClassName
{
background-color: #159FEB;
}
.BgClassName
{
background-color: #159FEB;
}
</style>
border-color css
<style>
span { border-color: #159FEB; }
span { border-color: rgb(21,159,235); }
td.TdClassName
{
border-color: #159FEB;
}
.TagClassName
{
border-color: #159FEB;
}
</style>