Shades of Dodger Blue #1597DF
Tints of Dodger Blue #1597DF
RGB
CMYK
RGB Variations
Color information
#1597DF (or 0x1597DF) is known color: Dodger Blue. HEX triplet: 15, 97 and DF. RGB value is (21,151,223). Sum of RGB (Red+Green+Blue) = 21+151+223=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #1597DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597DF is #EA6820. Grayscale: #777777. Windows color (decimal): -15362081 or 14653205. OLE color: 14653205.
HSL color Cylindrical-coordinate representation of color #1597DF: hue angle of 201.39º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1597DF is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 151 | 223 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.13 |
| HSL | 201.39º | 0.83% | 0.48% | - |
| HSV(B) | 201.39º | 0.91% | 0.87% | - |
| XYZ | 24.7 | 27.62 | 73.84 | - |
| YUV | 120.34 | 185.93 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 223 | 0.91 | 0.32 | 0 | 0.13 | 201.39 | 0.83 | 0.48 |
| Hex | 15 | 97 | DF | 5B | 20 | 0 | D | C9 | 53 | 30 |
| Octal | 25 | 227 | 337 | 133 | 40 | 0 | 15 | 311 | 123 | 60 |
| Binary | 10101 | 10010111 | 11011111 | 1011011 | 100000 | 0 | 1101 | 11001001 | 1010011 | 110000 |
Color Harmonies of #1597DF
Complementary color
Monochromatic Colors of #1597DF
Black with #1597DF
Text Example
Text Example
White with #1597DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1597DF; }
p { color: rgb(21,151,223); }
H1.HeaderClassName
{
color: #1597DF;
}
.AnyTagClassName
{
color: #1597DF;
}
</style>
background-color css
<style>
a { background-color: #1597DF; }
a { background-color: rgb(21,151,223); }
div.DivClassName
{
background-color: #1597DF;
}
.BgClassName
{
background-color: #1597DF;
}
</style>
border-color css
<style>
span { border-color: #1597DF; }
span { border-color: rgb(21,151,223); }
td.TdClassName
{
border-color: #1597DF;
}
.TagClassName
{
border-color: #1597DF;
}
</style>