Shades of Dodger Blue #2182DF
Tints of Dodger Blue #2182DF
RGB
CMYK
RGB Variations
Color information
#2182DF (or 0x2182DF) is known color: Dodger Blue. HEX triplet: 21, 82 and DF. RGB value is (33,130,223). Sum of RGB (Red+Green+Blue) = 33+130+223=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #2182DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2182DF is #DE7D20. Grayscale: #6F6F6F. Windows color (decimal): -14581025 or 14647841. OLE color: 14647841.
HSL color Cylindrical-coordinate representation of color #2182DF: hue angle of 209.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2182DF is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 130 | 223 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.13 |
| HSL | 209.37º | 0.75% | 0.5% | - |
| HSV(B) | 209.37º | 0.85% | 0.87% | - |
| XYZ | 21.93 | 21.62 | 72.83 | - |
| YUV | 111.6 | 190.86 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 223 | 0.85 | 0.42 | 0 | 0.13 | 209.37 | 0.75 | 0.5 |
| Hex | 21 | 82 | DF | 55 | 2A | 0 | D | D1 | 4B | 32 |
| Octal | 41 | 202 | 337 | 125 | 52 | 0 | 15 | 321 | 113 | 62 |
| Binary | 100001 | 10000010 | 11011111 | 1010101 | 101010 | 0 | 1101 | 11010001 | 1001011 | 110010 |
Color Harmonies of #2182DF
Complementary color
Monochromatic Colors of #2182DF
Black with #2182DF
Text Example
Text Example
White with #2182DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2182DF; }
p { color: rgb(33,130,223); }
H1.HeaderClassName
{
color: #2182DF;
}
.AnyTagClassName
{
color: #2182DF;
}
</style>
background-color css
<style>
a { background-color: #2182DF; }
a { background-color: rgb(33,130,223); }
div.DivClassName
{
background-color: #2182DF;
}
.BgClassName
{
background-color: #2182DF;
}
</style>
border-color css
<style>
span { border-color: #2182DF; }
span { border-color: rgb(33,130,223); }
td.TdClassName
{
border-color: #2182DF;
}
.TagClassName
{
border-color: #2182DF;
}
</style>