Shades of Dodger Blue #1070F0
Tints of Dodger Blue #1070F0
RGB
CMYK
RGB Variations
Color information
#1070F0 (or 0x1070F0) is known color: Dodger Blue. HEX triplet: 10, 70 and F0. RGB value is (16,112,240). Sum of RGB (Red+Green+Blue) = 16+112+240=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 240 (94.14% from 255 or 65.22% from 368); Max value from RGB is 240 - color contains mainly: blue. Hex color #1070F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1070F0 is #EF8F0F. Grayscale: #616161. Windows color (decimal): -15699728 or 15757328. OLE color: 15757328.
HSL color Cylindrical-coordinate representation of color #1070F0: hue angle of 214.29º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1070F0 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 112 | 240 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.06 |
| HSL | 214.29º | 0.88% | 0.5% | - |
| HSV(B) | 214.29º | 0.93% | 0.94% | - |
| XYZ | 21.74 | 17.99 | 84.76 | - |
| YUV | 97.89 | 208.2 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 240 | 0.93 | 0.53 | 0 | 0.06 | 214.29 | 0.88 | 0.5 |
| Hex | 10 | 70 | F0 | 5D | 35 | 0 | 6 | D6 | 58 | 32 |
| Octal | 20 | 160 | 360 | 135 | 65 | 0 | 6 | 326 | 130 | 62 |
| Binary | 10000 | 1110000 | 11110000 | 1011101 | 110101 | 0 | 110 | 11010110 | 1011000 | 110010 |
Color Harmonies of #1070F0
Complementary color
Monochromatic Colors of #1070F0
Black with #1070F0
Text Example
Text Example
White with #1070F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1070F0; }
p { color: rgb(16,112,240); }
H1.HeaderClassName
{
color: #1070F0;
}
.AnyTagClassName
{
color: #1070F0;
}
</style>
background-color css
<style>
a { background-color: #1070F0; }
a { background-color: rgb(16,112,240); }
div.DivClassName
{
background-color: #1070F0;
}
.BgClassName
{
background-color: #1070F0;
}
</style>
border-color css
<style>
span { border-color: #1070F0; }
span { border-color: rgb(16,112,240); }
td.TdClassName
{
border-color: #1070F0;
}
.TagClassName
{
border-color: #1070F0;
}
</style>