Shades of Dodger Blue #2198EC
Tints of Dodger Blue #2198EC
RGB
CMYK
RGB Variations
Color information
#2198EC (or 0x2198EC) is known color: Dodger Blue. HEX triplet: 21, 98 and EC. RGB value is (33,152,236). Sum of RGB (Red+Green+Blue) = 33+152+236=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #2198EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2198EC is #DE6713. Grayscale: #7D7D7D. Windows color (decimal): -14575380 or 15505441. OLE color: 15505441.
HSL color Cylindrical-coordinate representation of color #2198EC: hue angle of 204.83º degrees, saturation: 0.84, 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 #2198EC is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 152 | 236 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.07 |
| HSL | 204.83º | 0.84% | 0.53% | - |
| HSV(B) | 204.83º | 0.86% | 0.93% | - |
| XYZ | 27 | 28.84 | 83.5 | - |
| YUV | 126 | 190.08 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 236 | 0.86 | 0.36 | 0 | 0.07 | 204.83 | 0.84 | 0.53 |
| Hex | 21 | 98 | EC | 56 | 24 | 0 | 7 | CD | 54 | 35 |
| Octal | 41 | 230 | 354 | 126 | 44 | 0 | 7 | 315 | 124 | 65 |
| Binary | 100001 | 10011000 | 11101100 | 1010110 | 100100 | 0 | 111 | 11001101 | 1010100 | 110101 |
Color Harmonies of #2198EC
Complementary color
Monochromatic Colors of #2198EC
Black with #2198EC
Text Example
Text Example
White with #2198EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2198EC; }
p { color: rgb(33,152,236); }
H1.HeaderClassName
{
color: #2198EC;
}
.AnyTagClassName
{
color: #2198EC;
}
</style>
background-color css
<style>
a { background-color: #2198EC; }
a { background-color: rgb(33,152,236); }
div.DivClassName
{
background-color: #2198EC;
}
.BgClassName
{
background-color: #2198EC;
}
</style>
border-color css
<style>
span { border-color: #2198EC; }
span { border-color: rgb(33,152,236); }
td.TdClassName
{
border-color: #2198EC;
}
.TagClassName
{
border-color: #2198EC;
}
</style>