Shades of Dodger Blue #2193EB
Tints of Dodger Blue #2193EB
RGB
CMYK
RGB Variations
Color information
#2193EB (or 0x2193EB) is known color: Dodger Blue. HEX triplet: 21, 93 and EB. RGB value is (33,147,235). Sum of RGB (Red+Green+Blue) = 33+147+235=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #2193EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2193EB is #DE6C14. Grayscale: #7A7A7A. Windows color (decimal): -14576661 or 15438625. OLE color: 15438625.
HSL color Cylindrical-coordinate representation of color #2193EB: hue angle of 206.14º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2193EB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 147 | 235 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.08 |
| HSL | 206.14º | 0.83% | 0.53% | - |
| HSV(B) | 206.14º | 0.86% | 0.92% | - |
| XYZ | 26.06 | 27.19 | 82.47 | - |
| YUV | 122.95 | 191.23 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 235 | 0.86 | 0.37 | 0 | 0.08 | 206.14 | 0.83 | 0.53 |
| Hex | 21 | 93 | EB | 56 | 25 | 0 | 8 | CE | 53 | 35 |
| Octal | 41 | 223 | 353 | 126 | 45 | 0 | 10 | 316 | 123 | 65 |
| Binary | 100001 | 10010011 | 11101011 | 1010110 | 100101 | 0 | 1000 | 11001110 | 1010011 | 110101 |
Color Harmonies of #2193EB
Complementary color
Monochromatic Colors of #2193EB
Black with #2193EB
Text Example
Text Example
White with #2193EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2193EB; }
p { color: rgb(33,147,235); }
H1.HeaderClassName
{
color: #2193EB;
}
.AnyTagClassName
{
color: #2193EB;
}
</style>
background-color css
<style>
a { background-color: #2193EB; }
a { background-color: rgb(33,147,235); }
div.DivClassName
{
background-color: #2193EB;
}
.BgClassName
{
background-color: #2193EB;
}
</style>
border-color css
<style>
span { border-color: #2193EB; }
span { border-color: rgb(33,147,235); }
td.TdClassName
{
border-color: #2193EB;
}
.TagClassName
{
border-color: #2193EB;
}
</style>