Shades of Dodger Blue #2199E3
Tints of Dodger Blue #2199E3
RGB
CMYK
RGB Variations
Color information
#2199E3 (or 0x2199E3) is known color: Dodger Blue. HEX triplet: 21, 99 and E3. RGB value is (33,153,227). Sum of RGB (Red+Green+Blue) = 33+153+227=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 227 (89.06% from 255 or 54.96% from 413); Max value from RGB is 227 - color contains mainly: blue. Hex color #2199E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2199E3 is #DE661C. Grayscale: #7D7D7D. Windows color (decimal): -14575133 or 14915873. OLE color: 14915873.
HSL color Cylindrical-coordinate representation of color #2199E3: hue angle of 202.89º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2199E3 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 153 | 227 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.11 |
| HSL | 202.89º | 0.78% | 0.51% | - |
| HSV(B) | 202.89º | 0.85% | 0.89% | - |
| XYZ | 25.88 | 28.65 | 76.84 | - |
| YUV | 125.56 | 185.24 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 227 | 0.85 | 0.33 | 0 | 0.11 | 202.89 | 0.78 | 0.51 |
| Hex | 21 | 99 | E3 | 55 | 21 | 0 | B | CB | 4E | 33 |
| Octal | 41 | 231 | 343 | 125 | 41 | 0 | 13 | 313 | 116 | 63 |
| Binary | 100001 | 10011001 | 11100011 | 1010101 | 100001 | 0 | 1011 | 11001011 | 1001110 | 110011 |
Color Harmonies of #2199E3
Complementary color
Monochromatic Colors of #2199E3
Black with #2199E3
Text Example
Text Example
White with #2199E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2199E3; }
p { color: rgb(33,153,227); }
H1.HeaderClassName
{
color: #2199E3;
}
.AnyTagClassName
{
color: #2199E3;
}
</style>
background-color css
<style>
a { background-color: #2199E3; }
a { background-color: rgb(33,153,227); }
div.DivClassName
{
background-color: #2199E3;
}
.BgClassName
{
background-color: #2199E3;
}
</style>
border-color css
<style>
span { border-color: #2199E3; }
span { border-color: rgb(33,153,227); }
td.TdClassName
{
border-color: #2199E3;
}
.TagClassName
{
border-color: #2199E3;
}
</style>