Shades of Dodger Blue #2076FA
Tints of Dodger Blue #2076FA
RGB
CMYK
RGB Variations
Color information
#2076FA (or 0x2076FA) is known color: Dodger Blue. HEX triplet: 20, 76 and FA. RGB value is (32,118,250). Sum of RGB (Red+Green+Blue) = 32+118+250=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #2076FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2076FA is #DF8905. Grayscale: #6A6A6A. Windows color (decimal): -14649606 or 16414240. OLE color: 16414240.
HSL color Cylindrical-coordinate representation of color #2076FA: hue angle of 216.33º 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 #2076FA is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 118 | 250 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.02 |
| HSL | 216.33º | 0.96% | 0.55% | - |
| HSV(B) | 216.33º | 0.87% | 0.98% | - |
| XYZ | 24.33 | 20.17 | 93.05 | - |
| YUV | 107.33 | 208.51 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 250 | 0.87 | 0.53 | 0 | 0.02 | 216.33 | 0.96 | 0.55 |
| Hex | 20 | 76 | FA | 57 | 35 | 0 | 2 | D8 | 60 | 37 |
| Octal | 40 | 166 | 372 | 127 | 65 | 0 | 2 | 330 | 140 | 67 |
| Binary | 100000 | 1110110 | 11111010 | 1010111 | 110101 | 0 | 10 | 11011000 | 1100000 | 110111 |
Color Harmonies of #2076FA
Complementary color
Monochromatic Colors of #2076FA
Black with #2076FA
Text Example
Text Example
White with #2076FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2076FA; }
p { color: rgb(32,118,250); }
H1.HeaderClassName
{
color: #2076FA;
}
.AnyTagClassName
{
color: #2076FA;
}
</style>
background-color css
<style>
a { background-color: #2076FA; }
a { background-color: rgb(32,118,250); }
div.DivClassName
{
background-color: #2076FA;
}
.BgClassName
{
background-color: #2076FA;
}
</style>
border-color css
<style>
span { border-color: #2076FA; }
span { border-color: rgb(32,118,250); }
td.TdClassName
{
border-color: #2076FA;
}
.TagClassName
{
border-color: #2076FA;
}
</style>