Shades of Dodger Blue #2190E7
Tints of Dodger Blue #2190E7
RGB
CMYK
RGB Variations
Color information
#2190E7 (or 0x2190E7) is known color: Dodger Blue. HEX triplet: 21, 90 and E7. RGB value is (33,144,231). Sum of RGB (Red+Green+Blue) = 33+144+231=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 231 (90.62% from 255 or 56.62% from 408); Max value from RGB is 231 - color contains mainly: blue. Hex color #2190E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2190E7 is #DE6F18. Grayscale: #787878. Windows color (decimal): -14577433 or 15175713. OLE color: 15175713.
HSL color Cylindrical-coordinate representation of color #2190E7: hue angle of 206.36º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2190E7 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 144 | 231 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.09 |
| HSL | 206.36º | 0.8% | 0.52% | - |
| HSV(B) | 206.36º | 0.86% | 0.91% | - |
| XYZ | 25.02 | 26.04 | 79.31 | - |
| YUV | 120.73 | 190.23 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 231 | 0.86 | 0.38 | 0 | 0.09 | 206.36 | 0.8 | 0.52 |
| Hex | 21 | 90 | E7 | 56 | 26 | 0 | 9 | CE | 50 | 34 |
| Octal | 41 | 220 | 347 | 126 | 46 | 0 | 11 | 316 | 120 | 64 |
| Binary | 100001 | 10010000 | 11100111 | 1010110 | 100110 | 0 | 1001 | 11001110 | 1010000 | 110100 |
Color Harmonies of #2190E7
Complementary color
Monochromatic Colors of #2190E7
Black with #2190E7
Text Example
Text Example
White with #2190E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2190E7; }
p { color: rgb(33,144,231); }
H1.HeaderClassName
{
color: #2190E7;
}
.AnyTagClassName
{
color: #2190E7;
}
</style>
background-color css
<style>
a { background-color: #2190E7; }
a { background-color: rgb(33,144,231); }
div.DivClassName
{
background-color: #2190E7;
}
.BgClassName
{
background-color: #2190E7;
}
</style>
border-color css
<style>
span { border-color: #2190E7; }
span { border-color: rgb(33,144,231); }
td.TdClassName
{
border-color: #2190E7;
}
.TagClassName
{
border-color: #2190E7;
}
</style>