Shades of Dodger Blue #2194EC
Tints of Dodger Blue #2194EC
RGB
CMYK
RGB Variations
Color information
#2194EC (or 0x2194EC) is known color: Dodger Blue. HEX triplet: 21, 94 and EC. RGB value is (33,148,236). Sum of RGB (Red+Green+Blue) = 33+148+236=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #2194EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2194EC is #DE6B13. Grayscale: #7B7B7B. Windows color (decimal): -14576404 or 15504417. OLE color: 15504417.
HSL color Cylindrical-coordinate representation of color #2194EC: hue angle of 206.01º 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 #2194EC is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 148 | 236 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.07 |
| HSL | 206.01º | 0.84% | 0.53% | - |
| HSV(B) | 206.01º | 0.86% | 0.93% | - |
| XYZ | 26.36 | 27.56 | 83.29 | - |
| YUV | 123.65 | 191.4 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 236 | 0.86 | 0.37 | 0 | 0.07 | 206.01 | 0.84 | 0.53 |
| Hex | 21 | 94 | EC | 56 | 25 | 0 | 7 | CE | 54 | 35 |
| Octal | 41 | 224 | 354 | 126 | 45 | 0 | 7 | 316 | 124 | 65 |
| Binary | 100001 | 10010100 | 11101100 | 1010110 | 100101 | 0 | 111 | 11001110 | 1010100 | 110101 |
Color Harmonies of #2194EC
Complementary color
Monochromatic Colors of #2194EC
Black with #2194EC
Text Example
Text Example
White with #2194EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2194EC; }
p { color: rgb(33,148,236); }
H1.HeaderClassName
{
color: #2194EC;
}
.AnyTagClassName
{
color: #2194EC;
}
</style>
background-color css
<style>
a { background-color: #2194EC; }
a { background-color: rgb(33,148,236); }
div.DivClassName
{
background-color: #2194EC;
}
.BgClassName
{
background-color: #2194EC;
}
</style>
border-color css
<style>
span { border-color: #2194EC; }
span { border-color: rgb(33,148,236); }
td.TdClassName
{
border-color: #2194EC;
}
.TagClassName
{
border-color: #2194EC;
}
</style>