Shades of Dodger Blue #2198E0
Tints of Dodger Blue #2198E0
RGB
CMYK
RGB Variations
Color information
#2198E0 (or 0x2198E0) is known color: Dodger Blue. HEX triplet: 21, 98 and E0. RGB value is (33,152,224). Sum of RGB (Red+Green+Blue) = 33+152+224=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 224 (87.89% from 255 or 54.77% from 409); Max value from RGB is 224 - color contains mainly: blue. Hex color #2198E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2198E0 is #DE671F. Grayscale: #7C7C7C. Windows color (decimal): -14575392 or 14719009. OLE color: 14719009.
HSL color Cylindrical-coordinate representation of color #2198E0: hue angle of 202.62º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2198E0 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 152 | 224 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.12 |
| HSL | 202.62º | 0.75% | 0.5% | - |
| HSV(B) | 202.62º | 0.85% | 0.88% | - |
| XYZ | 25.31 | 28.16 | 74.62 | - |
| YUV | 124.63 | 184.08 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 224 | 0.85 | 0.32 | 0 | 0.12 | 202.62 | 0.75 | 0.5 |
| Hex | 21 | 98 | E0 | 55 | 20 | 0 | C | CB | 4B | 32 |
| Octal | 41 | 230 | 340 | 125 | 40 | 0 | 14 | 313 | 113 | 62 |
| Binary | 100001 | 10011000 | 11100000 | 1010101 | 100000 | 0 | 1100 | 11001011 | 1001011 | 110010 |
Color Harmonies of #2198E0
Complementary color
Monochromatic Colors of #2198E0
Black with #2198E0
Text Example
Text Example
White with #2198E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2198E0; }
p { color: rgb(33,152,224); }
H1.HeaderClassName
{
color: #2198E0;
}
.AnyTagClassName
{
color: #2198E0;
}
</style>
background-color css
<style>
a { background-color: #2198E0; }
a { background-color: rgb(33,152,224); }
div.DivClassName
{
background-color: #2198E0;
}
.BgClassName
{
background-color: #2198E0;
}
</style>
border-color css
<style>
span { border-color: #2198E0; }
span { border-color: rgb(33,152,224); }
td.TdClassName
{
border-color: #2198E0;
}
.TagClassName
{
border-color: #2198E0;
}
</style>