Shades of Dodger Blue #2071FD
Tints of Dodger Blue #2071FD
RGB
CMYK
RGB Variations
Color information
#2071FD (or 0x2071FD) is known color: Dodger Blue. HEX triplet: 20, 71 and FD. RGB value is (32,113,253). Sum of RGB (Red+Green+Blue) = 32+113+253=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #2071FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2071FD is #DF8E02. Grayscale: #686868. Windows color (decimal): -14650883 or 16609568. OLE color: 16609568.
HSL color Cylindrical-coordinate representation of color #2071FD: hue angle of 218.01º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2071FD is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 113 | 253 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.01 |
| HSL | 218.01º | 0.98% | 0.56% | - |
| HSV(B) | 218.01º | 0.87% | 0.99% | - |
| XYZ | 24.23 | 19.21 | 95.36 | - |
| YUV | 104.74 | 211.66 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 253 | 0.87 | 0.55 | 0 | 0.01 | 218.01 | 0.98 | 0.56 |
| Hex | 20 | 71 | FD | 57 | 37 | 0 | 1 | DA | 62 | 38 |
| Octal | 40 | 161 | 375 | 127 | 67 | 0 | 1 | 332 | 142 | 70 |
| Binary | 100000 | 1110001 | 11111101 | 1010111 | 110111 | 0 | 1 | 11011010 | 1100010 | 111000 |
Color Harmonies of #2071FD
Complementary color
Monochromatic Colors of #2071FD
Black with #2071FD
Text Example
Text Example
White with #2071FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2071FD; }
p { color: rgb(32,113,253); }
H1.HeaderClassName
{
color: #2071FD;
}
.AnyTagClassName
{
color: #2071FD;
}
</style>
background-color css
<style>
a { background-color: #2071FD; }
a { background-color: rgb(32,113,253); }
div.DivClassName
{
background-color: #2071FD;
}
.BgClassName
{
background-color: #2071FD;
}
</style>
border-color css
<style>
span { border-color: #2071FD; }
span { border-color: rgb(32,113,253); }
td.TdClassName
{
border-color: #2071FD;
}
.TagClassName
{
border-color: #2071FD;
}
</style>