Shades of Dodger Blue #1071FA
Tints of Dodger Blue #1071FA
RGB
CMYK
RGB Variations
Color information
#1071FA (or 0x1071FA) is known color: Dodger Blue. HEX triplet: 10, 71 and FA. RGB value is (16,113,250). Sum of RGB (Red+Green+Blue) = 16+113+250=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #1071FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1071FA is #EF8E05. Grayscale: #626262. Windows color (decimal): -15699462 or 16412944. OLE color: 16412944.
HSL color Cylindrical-coordinate representation of color #1071FA: hue angle of 215.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1071FA is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 113 | 250 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.02 |
| HSL | 215.13º | 0.96% | 0.52% | - |
| HSV(B) | 215.13º | 0.94% | 0.98% | - |
| XYZ | 23.37 | 18.82 | 92.84 | - |
| YUV | 99.62 | 212.86 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 250 | 0.94 | 0.55 | 0 | 0.02 | 215.13 | 0.96 | 0.52 |
| Hex | 10 | 71 | FA | 5E | 37 | 0 | 2 | D7 | 60 | 34 |
| Octal | 20 | 161 | 372 | 136 | 67 | 0 | 2 | 327 | 140 | 64 |
| Binary | 10000 | 1110001 | 11111010 | 1011110 | 110111 | 0 | 10 | 11010111 | 1100000 | 110100 |
Color Harmonies of #1071FA
Complementary color
Monochromatic Colors of #1071FA
Black with #1071FA
Text Example
Text Example
White with #1071FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1071FA; }
p { color: rgb(16,113,250); }
H1.HeaderClassName
{
color: #1071FA;
}
.AnyTagClassName
{
color: #1071FA;
}
</style>
background-color css
<style>
a { background-color: #1071FA; }
a { background-color: rgb(16,113,250); }
div.DivClassName
{
background-color: #1071FA;
}
.BgClassName
{
background-color: #1071FA;
}
</style>
border-color css
<style>
span { border-color: #1071FA; }
span { border-color: rgb(16,113,250); }
td.TdClassName
{
border-color: #1071FA;
}
.TagClassName
{
border-color: #1071FA;
}
</style>