Shades of Dodger Blue #1597EC
Tints of Dodger Blue #1597EC
RGB
CMYK
RGB Variations
Color information
#1597EC (or 0x1597EC) is known color: Dodger Blue. HEX triplet: 15, 97 and EC. RGB value is (21,151,236). Sum of RGB (Red+Green+Blue) = 21+151+236=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #1597EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1597EC is #EA6813. Grayscale: #797979. Windows color (decimal): -15362068 or 15505173. OLE color: 15505173.
HSL color Cylindrical-coordinate representation of color #1597EC: hue angle of 203.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1597EC is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 151 | 236 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.07 |
| HSL | 203.72º | 0.85% | 0.5% | - |
| HSV(B) | 203.72º | 0.91% | 0.93% | - |
| XYZ | 26.52 | 28.35 | 83.43 | - |
| YUV | 121.82 | 192.43 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 236 | 0.91 | 0.36 | 0 | 0.07 | 203.72 | 0.85 | 0.5 |
| Hex | 15 | 97 | EC | 5B | 24 | 0 | 7 | CC | 55 | 32 |
| Octal | 25 | 227 | 354 | 133 | 44 | 0 | 7 | 314 | 125 | 62 |
| Binary | 10101 | 10010111 | 11101100 | 1011011 | 100100 | 0 | 111 | 11001100 | 1010101 | 110010 |
Color Harmonies of #1597EC
Complementary color
Monochromatic Colors of #1597EC
Black with #1597EC
Text Example
Text Example
White with #1597EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1597EC; }
p { color: rgb(21,151,236); }
H1.HeaderClassName
{
color: #1597EC;
}
.AnyTagClassName
{
color: #1597EC;
}
</style>
background-color css
<style>
a { background-color: #1597EC; }
a { background-color: rgb(21,151,236); }
div.DivClassName
{
background-color: #1597EC;
}
.BgClassName
{
background-color: #1597EC;
}
</style>
border-color css
<style>
span { border-color: #1597EC; }
span { border-color: rgb(21,151,236); }
td.TdClassName
{
border-color: #1597EC;
}
.TagClassName
{
border-color: #1597EC;
}
</style>