Shades of Dodger Blue #1570F7
Tints of Dodger Blue #1570F7
RGB
CMYK
RGB Variations
Color information
#1570F7 (or 0x1570F7) is known color: Dodger Blue. HEX triplet: 15, 70 and F7. RGB value is (21,112,247). Sum of RGB (Red+Green+Blue) = 21+112+247=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 247 (96.88% from 255 or 65% from 380); Max value from RGB is 247 - color contains mainly: blue. Hex color #1570F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1570F7 is #EA8F08. Grayscale: #636363. Windows color (decimal): -15372041 or 16216085. OLE color: 16216085.
HSL color Cylindrical-coordinate representation of color #1570F7: hue angle of 215.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1570F7 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 112 | 247 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.03 |
| HSL | 215.84º | 0.93% | 0.53% | - |
| HSV(B) | 215.84º | 0.91% | 0.97% | - |
| XYZ | 22.89 | 18.46 | 90.35 | - |
| YUV | 100.18 | 210.85 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 247 | 0.91 | 0.55 | 0 | 0.03 | 215.84 | 0.93 | 0.53 |
| Hex | 15 | 70 | F7 | 5B | 37 | 0 | 3 | D8 | 5D | 35 |
| Octal | 25 | 160 | 367 | 133 | 67 | 0 | 3 | 330 | 135 | 65 |
| Binary | 10101 | 1110000 | 11110111 | 1011011 | 110111 | 0 | 11 | 11011000 | 1011101 | 110101 |
Color Harmonies of #1570F7
Complementary color
Monochromatic Colors of #1570F7
Black with #1570F7
Text Example
Text Example
White with #1570F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570F7; }
p { color: rgb(21,112,247); }
H1.HeaderClassName
{
color: #1570F7;
}
.AnyTagClassName
{
color: #1570F7;
}
</style>
background-color css
<style>
a { background-color: #1570F7; }
a { background-color: rgb(21,112,247); }
div.DivClassName
{
background-color: #1570F7;
}
.BgClassName
{
background-color: #1570F7;
}
</style>
border-color css
<style>
span { border-color: #1570F7; }
span { border-color: rgb(21,112,247); }
td.TdClassName
{
border-color: #1570F7;
}
.TagClassName
{
border-color: #1570F7;
}
</style>