Shades of Dodger Blue #1071F1
Tints of Dodger Blue #1071F1
RGB
CMYK
RGB Variations
Color information
#1071F1 (or 0x1071F1) is known color: Dodger Blue. HEX triplet: 10, 71 and F1. RGB value is (16,113,241). Sum of RGB (Red+Green+Blue) = 16+113+241=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #1071F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1071F1 is #EF8E0E. Grayscale: #616161. Windows color (decimal): -15699471 or 15823120. OLE color: 15823120.
HSL color Cylindrical-coordinate representation of color #1071F1: hue angle of 214.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1071F1 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 113 | 241 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.05 |
| HSL | 214.13º | 0.89% | 0.5% | - |
| HSV(B) | 214.13º | 0.93% | 0.95% | - |
| XYZ | 22 | 18.27 | 85.59 | - |
| YUV | 98.59 | 208.36 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 241 | 0.93 | 0.53 | 0 | 0.05 | 214.13 | 0.89 | 0.5 |
| Hex | 10 | 71 | F1 | 5D | 35 | 0 | 5 | D6 | 59 | 32 |
| Octal | 20 | 161 | 361 | 135 | 65 | 0 | 5 | 326 | 131 | 62 |
| Binary | 10000 | 1110001 | 11110001 | 1011101 | 110101 | 0 | 101 | 11010110 | 1011001 | 110010 |
Color Harmonies of #1071F1
Complementary color
Monochromatic Colors of #1071F1
Black with #1071F1
Text Example
Text Example
White with #1071F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1071F1; }
p { color: rgb(16,113,241); }
H1.HeaderClassName
{
color: #1071F1;
}
.AnyTagClassName
{
color: #1071F1;
}
</style>
background-color css
<style>
a { background-color: #1071F1; }
a { background-color: rgb(16,113,241); }
div.DivClassName
{
background-color: #1071F1;
}
.BgClassName
{
background-color: #1071F1;
}
</style>
border-color css
<style>
span { border-color: #1071F1; }
span { border-color: rgb(16,113,241); }
td.TdClassName
{
border-color: #1071F1;
}
.TagClassName
{
border-color: #1071F1;
}
</style>