Shades of Dodger Blue #1596F1
Tints of Dodger Blue #1596F1
RGB
CMYK
RGB Variations
Color information
#1596F1 (or 0x1596F1) is known color: Dodger Blue. HEX triplet: 15, 96 and F1. RGB value is (21,150,241). Sum of RGB (Red+Green+Blue) = 21+150+241=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #1596F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1596F1 is #EA690E. Grayscale: #797979. Windows color (decimal): -15362319 or 15832597. OLE color: 15832597.
HSL color Cylindrical-coordinate representation of color #1596F1: hue angle of 204.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1596F1 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 150 | 241 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.05 |
| HSL | 204.82º | 0.89% | 0.51% | - |
| HSV(B) | 204.82º | 0.91% | 0.95% | - |
| XYZ | 27.09 | 28.32 | 87.26 | - |
| YUV | 121.8 | 195.26 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 241 | 0.91 | 0.38 | 0 | 0.05 | 204.82 | 0.89 | 0.51 |
| Hex | 15 | 96 | F1 | 5B | 26 | 0 | 5 | CD | 59 | 33 |
| Octal | 25 | 226 | 361 | 133 | 46 | 0 | 5 | 315 | 131 | 63 |
| Binary | 10101 | 10010110 | 11110001 | 1011011 | 100110 | 0 | 101 | 11001101 | 1011001 | 110011 |
Color Harmonies of #1596F1
Complementary color
Monochromatic Colors of #1596F1
Black with #1596F1
Text Example
Text Example
White with #1596F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1596F1; }
p { color: rgb(21,150,241); }
H1.HeaderClassName
{
color: #1596F1;
}
.AnyTagClassName
{
color: #1596F1;
}
</style>
background-color css
<style>
a { background-color: #1596F1; }
a { background-color: rgb(21,150,241); }
div.DivClassName
{
background-color: #1596F1;
}
.BgClassName
{
background-color: #1596F1;
}
</style>
border-color css
<style>
span { border-color: #1596F1; }
span { border-color: rgb(21,150,241); }
td.TdClassName
{
border-color: #1596F1;
}
.TagClassName
{
border-color: #1596F1;
}
</style>