Shades of Dodger Blue #159EF0
Tints of Dodger Blue #159EF0
RGB
CMYK
RGB Variations
Color information
#159EF0 (or 0x159EF0) is known color: Dodger Blue. HEX triplet: 15, 9E and F0. RGB value is (21,158,240). Sum of RGB (Red+Green+Blue) = 21+158+240=419 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.01% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #159EF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159EF0 is #EA610F. Grayscale: #7D7D7D. Windows color (decimal): -15360272 or 15769109. OLE color: 15769109.
HSL color Cylindrical-coordinate representation of color #159EF0: hue angle of 202.47º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159EF0 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 158 | 240 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.06 |
| HSL | 202.47º | 0.88% | 0.51% | - |
| HSV(B) | 202.47º | 0.91% | 0.94% | - |
| XYZ | 28.26 | 30.9 | 86.91 | - |
| YUV | 126.39 | 192.11 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 240 | 0.91 | 0.34 | 0 | 0.06 | 202.47 | 0.88 | 0.51 |
| Hex | 15 | 9E | F0 | 5B | 22 | 0 | 6 | CA | 58 | 33 |
| Octal | 25 | 236 | 360 | 133 | 42 | 0 | 6 | 312 | 130 | 63 |
| Binary | 10101 | 10011110 | 11110000 | 1011011 | 100010 | 0 | 110 | 11001010 | 1011000 | 110011 |
Color Harmonies of #159EF0
Complementary color
Monochromatic Colors of #159EF0
Black with #159EF0
Text Example
Text Example
White with #159EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159EF0; }
p { color: rgb(21,158,240); }
H1.HeaderClassName
{
color: #159EF0;
}
.AnyTagClassName
{
color: #159EF0;
}
</style>
background-color css
<style>
a { background-color: #159EF0; }
a { background-color: rgb(21,158,240); }
div.DivClassName
{
background-color: #159EF0;
}
.BgClassName
{
background-color: #159EF0;
}
</style>
border-color css
<style>
span { border-color: #159EF0; }
span { border-color: rgb(21,158,240); }
td.TdClassName
{
border-color: #159EF0;
}
.TagClassName
{
border-color: #159EF0;
}
</style>