Shades of Dodger Blue #2071FB
Tints of Dodger Blue #2071FB
RGB
CMYK
RGB Variations
Color information
#2071FB (or 0x2071FB) is known color: Dodger Blue. HEX triplet: 20, 71 and FB. RGB value is (32,113,251). Sum of RGB (Red+Green+Blue) = 32+113+251=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #2071FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2071FB is #DF8E04. Grayscale: #676767. Windows color (decimal): -14650885 or 16478496. OLE color: 16478496.
HSL color Cylindrical-coordinate representation of color #2071FB: hue angle of 217.81º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2071FB is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 113 | 251 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.02 |
| HSL | 217.81º | 0.96% | 0.55% | - |
| HSV(B) | 217.81º | 0.87% | 0.98% | - |
| XYZ | 23.91 | 19.08 | 93.69 | - |
| YUV | 104.51 | 210.66 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 251 | 0.87 | 0.55 | 0 | 0.02 | 217.81 | 0.96 | 0.55 |
| Hex | 20 | 71 | FB | 57 | 37 | 0 | 2 | DA | 60 | 37 |
| Octal | 40 | 161 | 373 | 127 | 67 | 0 | 2 | 332 | 140 | 67 |
| Binary | 100000 | 1110001 | 11111011 | 1010111 | 110111 | 0 | 10 | 11011010 | 1100000 | 110111 |
Color Harmonies of #2071FB
Complementary color
Monochromatic Colors of #2071FB
Black with #2071FB
Text Example
Text Example
White with #2071FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2071FB; }
p { color: rgb(32,113,251); }
H1.HeaderClassName
{
color: #2071FB;
}
.AnyTagClassName
{
color: #2071FB;
}
</style>
background-color css
<style>
a { background-color: #2071FB; }
a { background-color: rgb(32,113,251); }
div.DivClassName
{
background-color: #2071FB;
}
.BgClassName
{
background-color: #2071FB;
}
</style>
border-color css
<style>
span { border-color: #2071FB; }
span { border-color: rgb(32,113,251); }
td.TdClassName
{
border-color: #2071FB;
}
.TagClassName
{
border-color: #2071FB;
}
</style>