Shades of Dodger Blue #2182EF
Tints of Dodger Blue #2182EF
RGB
CMYK
RGB Variations
Color information
#2182EF (or 0x2182EF) is known color: Dodger Blue. HEX triplet: 21, 82 and EF. RGB value is (33,130,239). Sum of RGB (Red+Green+Blue) = 33+130+239=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #2182EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2182EF is #DE7D10. Grayscale: #707070. Windows color (decimal): -14581009 or 15696417. OLE color: 15696417.
HSL color Cylindrical-coordinate representation of color #2182EF: hue angle of 211.75º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2182EF is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 130 | 239 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.06 |
| HSL | 211.75º | 0.87% | 0.53% | - |
| HSV(B) | 211.75º | 0.86% | 0.94% | - |
| XYZ | 24.19 | 22.52 | 84.73 | - |
| YUV | 113.42 | 198.86 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 239 | 0.86 | 0.46 | 0 | 0.06 | 211.75 | 0.87 | 0.53 |
| Hex | 21 | 82 | EF | 56 | 2E | 0 | 6 | D4 | 57 | 35 |
| Octal | 41 | 202 | 357 | 126 | 56 | 0 | 6 | 324 | 127 | 65 |
| Binary | 100001 | 10000010 | 11101111 | 1010110 | 101110 | 0 | 110 | 11010100 | 1010111 | 110101 |
Color Harmonies of #2182EF
Complementary color
Monochromatic Colors of #2182EF
Black with #2182EF
Text Example
Text Example
White with #2182EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2182EF; }
p { color: rgb(33,130,239); }
H1.HeaderClassName
{
color: #2182EF;
}
.AnyTagClassName
{
color: #2182EF;
}
</style>
background-color css
<style>
a { background-color: #2182EF; }
a { background-color: rgb(33,130,239); }
div.DivClassName
{
background-color: #2182EF;
}
.BgClassName
{
background-color: #2182EF;
}
</style>
border-color css
<style>
span { border-color: #2182EF; }
span { border-color: rgb(33,130,239); }
td.TdClassName
{
border-color: #2182EF;
}
.TagClassName
{
border-color: #2182EF;
}
</style>