Shades of Dodger Blue #159CED
Tints of Dodger Blue #159CED
RGB
CMYK
RGB Variations
Color information
#159CED (or 0x159CED) is known color: Dodger Blue. HEX triplet: 15, 9C and ED. RGB value is (21,156,237). Sum of RGB (Red+Green+Blue) = 21+156+237=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #159CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159CED is #EA6312. Grayscale: #7C7C7C. Windows color (decimal): -15360787 or 15571989. OLE color: 15571989.
HSL color Cylindrical-coordinate representation of color #159CED: hue angle of 202.5º 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 #159CED is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 156 | 237 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.07 |
| HSL | 202.5º | 0.86% | 0.51% | - |
| HSV(B) | 202.5º | 0.91% | 0.93% | - |
| XYZ | 27.48 | 30.05 | 84.47 | - |
| YUV | 124.87 | 191.27 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 237 | 0.91 | 0.34 | 0 | 0.07 | 202.5 | 0.86 | 0.51 |
| Hex | 15 | 9C | ED | 5B | 22 | 0 | 7 | CA | 56 | 33 |
| Octal | 25 | 234 | 355 | 133 | 42 | 0 | 7 | 312 | 126 | 63 |
| Binary | 10101 | 10011100 | 11101101 | 1011011 | 100010 | 0 | 111 | 11001010 | 1010110 | 110011 |
Color Harmonies of #159CED
Complementary color
Monochromatic Colors of #159CED
Black with #159CED
Text Example
Text Example
White with #159CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CED; }
p { color: rgb(21,156,237); }
H1.HeaderClassName
{
color: #159CED;
}
.AnyTagClassName
{
color: #159CED;
}
</style>
background-color css
<style>
a { background-color: #159CED; }
a { background-color: rgb(21,156,237); }
div.DivClassName
{
background-color: #159CED;
}
.BgClassName
{
background-color: #159CED;
}
</style>
border-color css
<style>
span { border-color: #159CED; }
span { border-color: rgb(21,156,237); }
td.TdClassName
{
border-color: #159CED;
}
.TagClassName
{
border-color: #159CED;
}
</style>