Shades of Dodger Blue #2190DF
Tints of Dodger Blue #2190DF
RGB
CMYK
RGB Variations
Color information
#2190DF (or 0x2190DF) is known color: Dodger Blue. HEX triplet: 21, 90 and DF. RGB value is (33,144,223). Sum of RGB (Red+Green+Blue) = 33+144+223=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #2190DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2190DF is #DE6F20. Grayscale: #777777. Windows color (decimal): -14577441 or 14651425. OLE color: 14651425.
HSL color Cylindrical-coordinate representation of color #2190DF: hue angle of 204.95º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2190DF is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 144 | 223 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.13 |
| HSL | 204.95º | 0.75% | 0.5% | - |
| HSV(B) | 204.95º | 0.85% | 0.87% | - |
| XYZ | 23.92 | 25.6 | 73.49 | - |
| YUV | 119.82 | 186.23 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 223 | 0.85 | 0.35 | 0 | 0.13 | 204.95 | 0.75 | 0.5 |
| Hex | 21 | 90 | DF | 55 | 23 | 0 | D | CD | 4B | 32 |
| Octal | 41 | 220 | 337 | 125 | 43 | 0 | 15 | 315 | 113 | 62 |
| Binary | 100001 | 10010000 | 11011111 | 1010101 | 100011 | 0 | 1101 | 11001101 | 1001011 | 110010 |
Color Harmonies of #2190DF
Complementary color
Monochromatic Colors of #2190DF
Black with #2190DF
Text Example
Text Example
White with #2190DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2190DF; }
p { color: rgb(33,144,223); }
H1.HeaderClassName
{
color: #2190DF;
}
.AnyTagClassName
{
color: #2190DF;
}
</style>
background-color css
<style>
a { background-color: #2190DF; }
a { background-color: rgb(33,144,223); }
div.DivClassName
{
background-color: #2190DF;
}
.BgClassName
{
background-color: #2190DF;
}
</style>
border-color css
<style>
span { border-color: #2190DF; }
span { border-color: rgb(33,144,223); }
td.TdClassName
{
border-color: #2190DF;
}
.TagClassName
{
border-color: #2190DF;
}
</style>