Shades of Dodger Blue #1570FD
Tints of Dodger Blue #1570FD
RGB
CMYK
RGB Variations
Color information
#1570FD (or 0x1570FD) is known color: Dodger Blue. HEX triplet: 15, 70 and FD. RGB value is (21,112,253). Sum of RGB (Red+Green+Blue) = 21+112+253=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #1570FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1570FD is #EA8F02. Grayscale: #646464. Windows color (decimal): -15372035 or 16609301. OLE color: 16609301.
HSL color Cylindrical-coordinate representation of color #1570FD: hue angle of 216.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1570FD is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 112 | 253 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.01 |
| HSL | 216.47º | 0.98% | 0.54% | - |
| HSV(B) | 216.47º | 0.92% | 0.99% | - |
| XYZ | 23.83 | 18.84 | 95.31 | - |
| YUV | 100.87 | 213.85 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 253 | 0.92 | 0.56 | 0 | 0.01 | 216.47 | 0.98 | 0.54 |
| Hex | 15 | 70 | FD | 5C | 38 | 0 | 1 | D8 | 62 | 36 |
| Octal | 25 | 160 | 375 | 134 | 70 | 0 | 1 | 330 | 142 | 66 |
| Binary | 10101 | 1110000 | 11111101 | 1011100 | 111000 | 0 | 1 | 11011000 | 1100010 | 110110 |
Color Harmonies of #1570FD
Complementary color
Monochromatic Colors of #1570FD
Black with #1570FD
Text Example
Text Example
White with #1570FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570FD; }
p { color: rgb(21,112,253); }
H1.HeaderClassName
{
color: #1570FD;
}
.AnyTagClassName
{
color: #1570FD;
}
</style>
background-color css
<style>
a { background-color: #1570FD; }
a { background-color: rgb(21,112,253); }
div.DivClassName
{
background-color: #1570FD;
}
.BgClassName
{
background-color: #1570FD;
}
</style>
border-color css
<style>
span { border-color: #1570FD; }
span { border-color: rgb(21,112,253); }
td.TdClassName
{
border-color: #1570FD;
}
.TagClassName
{
border-color: #1570FD;
}
</style>