Shades of Dodger Blue #2193ED
Tints of Dodger Blue #2193ED
RGB
CMYK
RGB Variations
Color information
#2193ED (or 0x2193ED) is known color: Dodger Blue. HEX triplet: 21, 93 and ED. RGB value is (33,147,237). Sum of RGB (Red+Green+Blue) = 33+147+237=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #2193ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2193ED is #DE6C12. Grayscale: #7A7A7A. Windows color (decimal): -14576659 or 15569697. OLE color: 15569697.
HSL color Cylindrical-coordinate representation of color #2193ED: hue angle of 206.47º 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 #2193ED is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 147 | 237 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.07 |
| HSL | 206.47º | 0.85% | 0.53% | - |
| HSV(B) | 206.47º | 0.86% | 0.93% | - |
| XYZ | 26.35 | 27.31 | 84 | - |
| YUV | 123.17 | 192.23 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 237 | 0.86 | 0.38 | 0 | 0.07 | 206.47 | 0.85 | 0.53 |
| Hex | 21 | 93 | ED | 56 | 26 | 0 | 7 | CE | 55 | 35 |
| Octal | 41 | 223 | 355 | 126 | 46 | 0 | 7 | 316 | 125 | 65 |
| Binary | 100001 | 10010011 | 11101101 | 1010110 | 100110 | 0 | 111 | 11001110 | 1010101 | 110101 |
Color Harmonies of #2193ED
Complementary color
Monochromatic Colors of #2193ED
Black with #2193ED
Text Example
Text Example
White with #2193ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2193ED; }
p { color: rgb(33,147,237); }
H1.HeaderClassName
{
color: #2193ED;
}
.AnyTagClassName
{
color: #2193ED;
}
</style>
background-color css
<style>
a { background-color: #2193ED; }
a { background-color: rgb(33,147,237); }
div.DivClassName
{
background-color: #2193ED;
}
.BgClassName
{
background-color: #2193ED;
}
</style>
border-color css
<style>
span { border-color: #2193ED; }
span { border-color: rgb(33,147,237); }
td.TdClassName
{
border-color: #2193ED;
}
.TagClassName
{
border-color: #2193ED;
}
</style>