Shades of Dodger Blue #2190D7
Tints of Dodger Blue #2190D7
RGB
CMYK
RGB Variations
Color information
#2190D7 (or 0x2190D7) is known color: Dodger Blue. HEX triplet: 21, 90 and D7. RGB value is (33,144,215). Sum of RGB (Red+Green+Blue) = 33+144+215=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 215 (84.38% from 255 or 54.85% from 392); Max value from RGB is 215 - color contains mainly: blue. Hex color #2190D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2190D7 is #DE6F28. Grayscale: #767676. Windows color (decimal): -14577449 or 14127137. OLE color: 14127137.
HSL color Cylindrical-coordinate representation of color #2190D7: hue angle of 203.41º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2190D7 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 144 | 215 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.16 |
| HSL | 203.41º | 0.73% | 0.49% | - |
| HSV(B) | 203.41º | 0.85% | 0.84% | - |
| XYZ | 22.87 | 25.18 | 67.94 | - |
| YUV | 118.91 | 182.23 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 215 | 0.85 | 0.33 | 0 | 0.16 | 203.41 | 0.73 | 0.49 |
| Hex | 21 | 90 | D7 | 55 | 21 | 0 | 10 | CB | 49 | 31 |
| Octal | 41 | 220 | 327 | 125 | 41 | 0 | 20 | 313 | 111 | 61 |
| Binary | 100001 | 10010000 | 11010111 | 1010101 | 100001 | 0 | 10000 | 11001011 | 1001001 | 110001 |
Color Harmonies of #2190D7
Complementary color
Monochromatic Colors of #2190D7
Black with #2190D7
Text Example
Text Example
White with #2190D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2190D7; }
p { color: rgb(33,144,215); }
H1.HeaderClassName
{
color: #2190D7;
}
.AnyTagClassName
{
color: #2190D7;
}
</style>
background-color css
<style>
a { background-color: #2190D7; }
a { background-color: rgb(33,144,215); }
div.DivClassName
{
background-color: #2190D7;
}
.BgClassName
{
background-color: #2190D7;
}
</style>
border-color css
<style>
span { border-color: #2190D7; }
span { border-color: rgb(33,144,215); }
td.TdClassName
{
border-color: #2190D7;
}
.TagClassName
{
border-color: #2190D7;
}
</style>