Shades of Dodger Blue #1071FB
Tints of Dodger Blue #1071FB
RGB
CMYK
RGB Variations
Color information
#1071FB (or 0x1071FB) is known color: Dodger Blue. HEX triplet: 10, 71 and FB. RGB value is (16,113,251). Sum of RGB (Red+Green+Blue) = 16+113+251=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #1071FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1071FB is #EF8E04. Grayscale: #636363. Windows color (decimal): -15699461 or 16478480. OLE color: 16478480.
HSL color Cylindrical-coordinate representation of color #1071FB: hue angle of 215.23º degrees, saturation: 0.97, 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 #1071FB is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 113 | 251 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.02 |
| HSL | 215.23º | 0.97% | 0.52% | - |
| HSV(B) | 215.23º | 0.94% | 0.98% | - |
| XYZ | 23.53 | 18.89 | 93.67 | - |
| YUV | 99.73 | 213.36 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 251 | 0.94 | 0.55 | 0 | 0.02 | 215.23 | 0.97 | 0.52 |
| Hex | 10 | 71 | FB | 5E | 37 | 0 | 2 | D7 | 61 | 34 |
| Octal | 20 | 161 | 373 | 136 | 67 | 0 | 2 | 327 | 141 | 64 |
| Binary | 10000 | 1110001 | 11111011 | 1011110 | 110111 | 0 | 10 | 11010111 | 1100001 | 110100 |
Color Harmonies of #1071FB
Complementary color
Monochromatic Colors of #1071FB
Black with #1071FB
Text Example
Text Example
White with #1071FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1071FB; }
p { color: rgb(16,113,251); }
H1.HeaderClassName
{
color: #1071FB;
}
.AnyTagClassName
{
color: #1071FB;
}
</style>
background-color css
<style>
a { background-color: #1071FB; }
a { background-color: rgb(16,113,251); }
div.DivClassName
{
background-color: #1071FB;
}
.BgClassName
{
background-color: #1071FB;
}
</style>
border-color css
<style>
span { border-color: #1071FB; }
span { border-color: rgb(16,113,251); }
td.TdClassName
{
border-color: #1071FB;
}
.TagClassName
{
border-color: #1071FB;
}
</style>