Shades of Dodger Blue #1570FC
Tints of Dodger Blue #1570FC
RGB
CMYK
RGB Variations
Color information
#1570FC (or 0x1570FC) is known color: Dodger Blue. HEX triplet: 15, 70 and FC. RGB value is (21,112,252). Sum of RGB (Red+Green+Blue) = 21+112+252=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #1570FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1570FC is #EA8F03. Grayscale: #646464. Windows color (decimal): -15372036 or 16543765. OLE color: 16543765.
HSL color Cylindrical-coordinate representation of color #1570FC: hue angle of 216.36º degrees, saturation: 0.97, 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 #1570FC is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 112 | 252 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.01 |
| HSL | 216.36º | 0.97% | 0.54% | - |
| HSV(B) | 216.36º | 0.92% | 0.99% | - |
| XYZ | 23.67 | 18.78 | 94.47 | - |
| YUV | 100.75 | 213.35 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 252 | 0.92 | 0.56 | 0 | 0.01 | 216.36 | 0.97 | 0.54 |
| Hex | 15 | 70 | FC | 5C | 38 | 0 | 1 | D8 | 61 | 36 |
| Octal | 25 | 160 | 374 | 134 | 70 | 0 | 1 | 330 | 141 | 66 |
| Binary | 10101 | 1110000 | 11111100 | 1011100 | 111000 | 0 | 1 | 11011000 | 1100001 | 110110 |
Color Harmonies of #1570FC
Complementary color
Monochromatic Colors of #1570FC
Black with #1570FC
Text Example
Text Example
White with #1570FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570FC; }
p { color: rgb(21,112,252); }
H1.HeaderClassName
{
color: #1570FC;
}
.AnyTagClassName
{
color: #1570FC;
}
</style>
background-color css
<style>
a { background-color: #1570FC; }
a { background-color: rgb(21,112,252); }
div.DivClassName
{
background-color: #1570FC;
}
.BgClassName
{
background-color: #1570FC;
}
</style>
border-color css
<style>
span { border-color: #1570FC; }
span { border-color: rgb(21,112,252); }
td.TdClassName
{
border-color: #1570FC;
}
.TagClassName
{
border-color: #1570FC;
}
</style>