Shades of Dodger Blue #159CEE
Tints of Dodger Blue #159CEE
RGB
CMYK
RGB Variations
Color information
#159CEE (or 0x159CEE) is known color: Dodger Blue. HEX triplet: 15, 9C and EE. RGB value is (21,156,238). Sum of RGB (Red+Green+Blue) = 21+156+238=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #159CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159CEE is #EA6311. Grayscale: #7C7C7C. Windows color (decimal): -15360786 or 15637525. OLE color: 15637525.
HSL color Cylindrical-coordinate representation of color #159CEE: hue angle of 202.67º 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 #159CEE is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 156 | 238 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.07 |
| HSL | 202.67º | 0.86% | 0.51% | - |
| HSV(B) | 202.67º | 0.91% | 0.93% | - |
| XYZ | 27.63 | 30.11 | 85.24 | - |
| YUV | 124.98 | 191.77 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 238 | 0.91 | 0.34 | 0 | 0.07 | 202.67 | 0.86 | 0.51 |
| Hex | 15 | 9C | EE | 5B | 22 | 0 | 7 | CB | 56 | 33 |
| Octal | 25 | 234 | 356 | 133 | 42 | 0 | 7 | 313 | 126 | 63 |
| Binary | 10101 | 10011100 | 11101110 | 1011011 | 100010 | 0 | 111 | 11001011 | 1010110 | 110011 |
Color Harmonies of #159CEE
Complementary color
Monochromatic Colors of #159CEE
Black with #159CEE
Text Example
Text Example
White with #159CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CEE; }
p { color: rgb(21,156,238); }
H1.HeaderClassName
{
color: #159CEE;
}
.AnyTagClassName
{
color: #159CEE;
}
</style>
background-color css
<style>
a { background-color: #159CEE; }
a { background-color: rgb(21,156,238); }
div.DivClassName
{
background-color: #159CEE;
}
.BgClassName
{
background-color: #159CEE;
}
</style>
border-color css
<style>
span { border-color: #159CEE; }
span { border-color: rgb(21,156,238); }
td.TdClassName
{
border-color: #159CEE;
}
.TagClassName
{
border-color: #159CEE;
}
</style>