Shades of Dodger Blue #159DEE
Tints of Dodger Blue #159DEE
RGB
CMYK
RGB Variations
Color information
#159DEE (or 0x159DEE) is known color: Dodger Blue. HEX triplet: 15, 9D and EE. RGB value is (21,157,238). Sum of RGB (Red+Green+Blue) = 21+157+238=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #159DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159DEE is #EA6211. Grayscale: #7D7D7D. Windows color (decimal): -15360530 or 15637781. OLE color: 15637781.
HSL color Cylindrical-coordinate representation of color #159DEE: hue angle of 202.4º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159DEE is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 157 | 238 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.07 |
| HSL | 202.4º | 0.86% | 0.51% | - |
| HSV(B) | 202.4º | 0.91% | 0.93% | - |
| XYZ | 27.8 | 30.45 | 85.3 | - |
| YUV | 125.57 | 191.44 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 238 | 0.91 | 0.34 | 0 | 0.07 | 202.4 | 0.86 | 0.51 |
| Hex | 15 | 9D | EE | 5B | 22 | 0 | 7 | CA | 56 | 33 |
| Octal | 25 | 235 | 356 | 133 | 42 | 0 | 7 | 312 | 126 | 63 |
| Binary | 10101 | 10011101 | 11101110 | 1011011 | 100010 | 0 | 111 | 11001010 | 1010110 | 110011 |
Color Harmonies of #159DEE
Complementary color
Monochromatic Colors of #159DEE
Black with #159DEE
Text Example
Text Example
White with #159DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DEE; }
p { color: rgb(21,157,238); }
H1.HeaderClassName
{
color: #159DEE;
}
.AnyTagClassName
{
color: #159DEE;
}
</style>
background-color css
<style>
a { background-color: #159DEE; }
a { background-color: rgb(21,157,238); }
div.DivClassName
{
background-color: #159DEE;
}
.BgClassName
{
background-color: #159DEE;
}
</style>
border-color css
<style>
span { border-color: #159DEE; }
span { border-color: rgb(21,157,238); }
td.TdClassName
{
border-color: #159DEE;
}
.TagClassName
{
border-color: #159DEE;
}
</style>