Shades of Dodger Blue #159FED
Tints of Dodger Blue #159FED
RGB
CMYK
RGB Variations
Color information
#159FED (or 0x159FED) is known color: Dodger Blue. HEX triplet: 15, 9F and ED. RGB value is (21,159,237). Sum of RGB (Red+Green+Blue) = 21+159+237=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #159FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159FED is #EA6012. Grayscale: #7E7E7E. Windows color (decimal): -15360019 or 15572757. OLE color: 15572757.
HSL color Cylindrical-coordinate representation of color #159FED: hue angle of 201.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 #159FED is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 159 | 237 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.07 |
| HSL | 201.67º | 0.86% | 0.51% | - |
| HSV(B) | 201.67º | 0.91% | 0.93% | - |
| XYZ | 27.99 | 31.07 | 84.64 | - |
| YUV | 126.63 | 190.28 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 237 | 0.91 | 0.33 | 0 | 0.07 | 201.67 | 0.86 | 0.51 |
| Hex | 15 | 9F | ED | 5B | 21 | 0 | 7 | CA | 56 | 33 |
| Octal | 25 | 237 | 355 | 133 | 41 | 0 | 7 | 312 | 126 | 63 |
| Binary | 10101 | 10011111 | 11101101 | 1011011 | 100001 | 0 | 111 | 11001010 | 1010110 | 110011 |
Color Harmonies of #159FED
Complementary color
Monochromatic Colors of #159FED
Black with #159FED
Text Example
Text Example
White with #159FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FED; }
p { color: rgb(21,159,237); }
H1.HeaderClassName
{
color: #159FED;
}
.AnyTagClassName
{
color: #159FED;
}
</style>
background-color css
<style>
a { background-color: #159FED; }
a { background-color: rgb(21,159,237); }
div.DivClassName
{
background-color: #159FED;
}
.BgClassName
{
background-color: #159FED;
}
</style>
border-color css
<style>
span { border-color: #159FED; }
span { border-color: rgb(21,159,237); }
td.TdClassName
{
border-color: #159FED;
}
.TagClassName
{
border-color: #159FED;
}
</style>