Shades of Dodger Blue #159CEB
Tints of Dodger Blue #159CEB
RGB
CMYK
RGB Variations
Color information
#159CEB (or 0x159CEB) is known color: Dodger Blue. HEX triplet: 15, 9C and EB. RGB value is (21,156,235). Sum of RGB (Red+Green+Blue) = 21+156+235=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #159CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159CEB is #EA6314. Grayscale: #7C7C7C. Windows color (decimal): -15360789 or 15440917. OLE color: 15440917.
HSL color Cylindrical-coordinate representation of color #159CEB: hue angle of 202.15º 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 #159CEB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 156 | 235 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.08 |
| HSL | 202.15º | 0.84% | 0.5% | - |
| HSV(B) | 202.15º | 0.91% | 0.92% | - |
| XYZ | 27.19 | 29.93 | 82.94 | - |
| YUV | 124.64 | 190.27 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 235 | 0.91 | 0.34 | 0 | 0.08 | 202.15 | 0.84 | 0.5 |
| Hex | 15 | 9C | EB | 5B | 22 | 0 | 8 | CA | 54 | 32 |
| Octal | 25 | 234 | 353 | 133 | 42 | 0 | 10 | 312 | 124 | 62 |
| Binary | 10101 | 10011100 | 11101011 | 1011011 | 100010 | 0 | 1000 | 11001010 | 1010100 | 110010 |
Color Harmonies of #159CEB
Complementary color
Monochromatic Colors of #159CEB
Black with #159CEB
Text Example
Text Example
White with #159CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CEB; }
p { color: rgb(21,156,235); }
H1.HeaderClassName
{
color: #159CEB;
}
.AnyTagClassName
{
color: #159CEB;
}
</style>
background-color css
<style>
a { background-color: #159CEB; }
a { background-color: rgb(21,156,235); }
div.DivClassName
{
background-color: #159CEB;
}
.BgClassName
{
background-color: #159CEB;
}
</style>
border-color css
<style>
span { border-color: #159CEB; }
span { border-color: rgb(21,156,235); }
td.TdClassName
{
border-color: #159CEB;
}
.TagClassName
{
border-color: #159CEB;
}
</style>