Shades of Dodger Blue #2181DA
Tints of Dodger Blue #2181DA
RGB
CMYK
RGB Variations
Color information
#2181DA (or 0x2181DA) is known color: Dodger Blue. HEX triplet: 21, 81 and DA. RGB value is (33,129,218). Sum of RGB (Red+Green+Blue) = 33+129+218=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #2181DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2181DA is #DE7E25. Grayscale: #6D6D6D. Windows color (decimal): -14581286 or 14319905. OLE color: 14319905.
HSL color Cylindrical-coordinate representation of color #2181DA: hue angle of 208.86º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2181DA is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 129 | 218 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.15 |
| HSL | 208.86º | 0.74% | 0.49% | - |
| HSV(B) | 208.86º | 0.85% | 0.85% | - |
| XYZ | 21.13 | 21.09 | 69.29 | - |
| YUV | 110.44 | 188.7 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 218 | 0.85 | 0.41 | 0 | 0.15 | 208.86 | 0.74 | 0.49 |
| Hex | 21 | 81 | DA | 55 | 29 | 0 | F | D1 | 4A | 31 |
| Octal | 41 | 201 | 332 | 125 | 51 | 0 | 17 | 321 | 112 | 61 |
| Binary | 100001 | 10000001 | 11011010 | 1010101 | 101001 | 0 | 1111 | 11010001 | 1001010 | 110001 |
Color Harmonies of #2181DA
Complementary color
Monochromatic Colors of #2181DA
Black with #2181DA
Text Example
Text Example
White with #2181DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2181DA; }
p { color: rgb(33,129,218); }
H1.HeaderClassName
{
color: #2181DA;
}
.AnyTagClassName
{
color: #2181DA;
}
</style>
background-color css
<style>
a { background-color: #2181DA; }
a { background-color: rgb(33,129,218); }
div.DivClassName
{
background-color: #2181DA;
}
.BgClassName
{
background-color: #2181DA;
}
</style>
border-color css
<style>
span { border-color: #2181DA; }
span { border-color: rgb(33,129,218); }
td.TdClassName
{
border-color: #2181DA;
}
.TagClassName
{
border-color: #2181DA;
}
</style>