Shades of Dodger Blue #2194EE
Tints of Dodger Blue #2194EE
RGB
CMYK
RGB Variations
Color information
#2194EE (or 0x2194EE) is known color: Dodger Blue. HEX triplet: 21, 94 and EE. RGB value is (33,148,238). Sum of RGB (Red+Green+Blue) = 33+148+238=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #2194EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2194EE is #DE6B11. Grayscale: #7B7B7B. Windows color (decimal): -14576402 or 15635489. OLE color: 15635489.
HSL color Cylindrical-coordinate representation of color #2194EE: hue angle of 206.34º degrees, saturation: 0.86, 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 #2194EE is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 148 | 238 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.07 |
| HSL | 206.34º | 0.86% | 0.53% | - |
| HSV(B) | 206.34º | 0.86% | 0.93% | - |
| XYZ | 26.65 | 27.68 | 84.83 | - |
| YUV | 123.88 | 192.4 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 238 | 0.86 | 0.38 | 0 | 0.07 | 206.34 | 0.86 | 0.53 |
| Hex | 21 | 94 | EE | 56 | 26 | 0 | 7 | CE | 56 | 35 |
| Octal | 41 | 224 | 356 | 126 | 46 | 0 | 7 | 316 | 126 | 65 |
| Binary | 100001 | 10010100 | 11101110 | 1010110 | 100110 | 0 | 111 | 11001110 | 1010110 | 110101 |
Color Harmonies of #2194EE
Complementary color
Monochromatic Colors of #2194EE
Black with #2194EE
Text Example
Text Example
White with #2194EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2194EE; }
p { color: rgb(33,148,238); }
H1.HeaderClassName
{
color: #2194EE;
}
.AnyTagClassName
{
color: #2194EE;
}
</style>
background-color css
<style>
a { background-color: #2194EE; }
a { background-color: rgb(33,148,238); }
div.DivClassName
{
background-color: #2194EE;
}
.BgClassName
{
background-color: #2194EE;
}
</style>
border-color css
<style>
span { border-color: #2194EE; }
span { border-color: rgb(33,148,238); }
td.TdClassName
{
border-color: #2194EE;
}
.TagClassName
{
border-color: #2194EE;
}
</style>