Shades of Dodger Blue #2071FA
Tints of Dodger Blue #2071FA
RGB
CMYK
RGB Variations
Color information
#2071FA (or 0x2071FA) is known color: Dodger Blue. HEX triplet: 20, 71 and FA. RGB value is (32,113,250). Sum of RGB (Red+Green+Blue) = 32+113+250=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #2071FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2071FA is #DF8E05. Grayscale: #676767. Windows color (decimal): -14650886 or 16412960. OLE color: 16412960.
HSL color Cylindrical-coordinate representation of color #2071FA: hue angle of 217.71º 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 #2071FA is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 113 | 250 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.02 |
| HSL | 217.71º | 0.96% | 0.55% | - |
| HSV(B) | 217.71º | 0.87% | 0.98% | - |
| XYZ | 23.76 | 19.02 | 92.86 | - |
| YUV | 104.4 | 210.16 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 250 | 0.87 | 0.55 | 0 | 0.02 | 217.71 | 0.96 | 0.55 |
| Hex | 20 | 71 | FA | 57 | 37 | 0 | 2 | DA | 60 | 37 |
| Octal | 40 | 161 | 372 | 127 | 67 | 0 | 2 | 332 | 140 | 67 |
| Binary | 100000 | 1110001 | 11111010 | 1010111 | 110111 | 0 | 10 | 11011010 | 1100000 | 110111 |
Color Harmonies of #2071FA
Complementary color
Monochromatic Colors of #2071FA
Black with #2071FA
Text Example
Text Example
White with #2071FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2071FA; }
p { color: rgb(32,113,250); }
H1.HeaderClassName
{
color: #2071FA;
}
.AnyTagClassName
{
color: #2071FA;
}
</style>
background-color css
<style>
a { background-color: #2071FA; }
a { background-color: rgb(32,113,250); }
div.DivClassName
{
background-color: #2071FA;
}
.BgClassName
{
background-color: #2071FA;
}
</style>
border-color css
<style>
span { border-color: #2071FA; }
span { border-color: rgb(32,113,250); }
td.TdClassName
{
border-color: #2071FA;
}
.TagClassName
{
border-color: #2071FA;
}
</style>