Shades of Dodger Blue #2074ED
Tints of Dodger Blue #2074ED
RGB
CMYK
RGB Variations
Color information
#2074ED (or 0x2074ED) is known color: Dodger Blue. HEX triplet: 20, 74 and ED. RGB value is (32,116,237). Sum of RGB (Red+Green+Blue) = 32+116+237=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #2074ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2074ED is #DF8B12. Grayscale: #686868. Windows color (decimal): -14650131 or 15561760. OLE color: 15561760.
HSL color Cylindrical-coordinate representation of color #2074ED: hue angle of 215.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2074ED is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 116 | 237 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.07 |
| HSL | 215.41º | 0.85% | 0.53% | - |
| HSV(B) | 215.41º | 0.86% | 0.93% | - |
| XYZ | 22.13 | 18.91 | 82.6 | - |
| YUV | 104.68 | 202.67 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 237 | 0.86 | 0.51 | 0 | 0.07 | 215.41 | 0.85 | 0.53 |
| Hex | 20 | 74 | ED | 56 | 33 | 0 | 7 | D7 | 55 | 35 |
| Octal | 40 | 164 | 355 | 126 | 63 | 0 | 7 | 327 | 125 | 65 |
| Binary | 100000 | 1110100 | 11101101 | 1010110 | 110011 | 0 | 111 | 11010111 | 1010101 | 110101 |
Color Harmonies of #2074ED
Complementary color
Monochromatic Colors of #2074ED
Black with #2074ED
Text Example
Text Example
White with #2074ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2074ED; }
p { color: rgb(32,116,237); }
H1.HeaderClassName
{
color: #2074ED;
}
.AnyTagClassName
{
color: #2074ED;
}
</style>
background-color css
<style>
a { background-color: #2074ED; }
a { background-color: rgb(32,116,237); }
div.DivClassName
{
background-color: #2074ED;
}
.BgClassName
{
background-color: #2074ED;
}
</style>
border-color css
<style>
span { border-color: #2074ED; }
span { border-color: rgb(32,116,237); }
td.TdClassName
{
border-color: #2074ED;
}
.TagClassName
{
border-color: #2074ED;
}
</style>