Shades of Dodger Blue #2195DD
Tints of Dodger Blue #2195DD
RGB
CMYK
RGB Variations
Color information
#2195DD (or 0x2195DD) is known color: Dodger Blue. HEX triplet: 21, 95 and DD. RGB value is (33,149,221). Sum of RGB (Red+Green+Blue) = 33+149+221=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #2195DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2195DD is #DE6A22. Grayscale: #7A7A7A. Windows color (decimal): -14576163 or 14521633. OLE color: 14521633.
HSL color Cylindrical-coordinate representation of color #2195DD: hue angle of 202.98º degrees, saturation: 0.74, 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 #2195DD is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 149 | 221 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.13 |
| HSL | 202.98º | 0.74% | 0.5% | - |
| HSV(B) | 202.98º | 0.85% | 0.87% | - |
| XYZ | 24.43 | 27.04 | 72.34 | - |
| YUV | 122.52 | 183.57 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 221 | 0.85 | 0.33 | 0 | 0.13 | 202.98 | 0.74 | 0.5 |
| Hex | 21 | 95 | DD | 55 | 21 | 0 | D | CB | 4A | 32 |
| Octal | 41 | 225 | 335 | 125 | 41 | 0 | 15 | 313 | 112 | 62 |
| Binary | 100001 | 10010101 | 11011101 | 1010101 | 100001 | 0 | 1101 | 11001011 | 1001010 | 110010 |
Color Harmonies of #2195DD
Complementary color
Monochromatic Colors of #2195DD
Black with #2195DD
Text Example
Text Example
White with #2195DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2195DD; }
p { color: rgb(33,149,221); }
H1.HeaderClassName
{
color: #2195DD;
}
.AnyTagClassName
{
color: #2195DD;
}
</style>
background-color css
<style>
a { background-color: #2195DD; }
a { background-color: rgb(33,149,221); }
div.DivClassName
{
background-color: #2195DD;
}
.BgClassName
{
background-color: #2195DD;
}
</style>
border-color css
<style>
span { border-color: #2195DD; }
span { border-color: rgb(33,149,221); }
td.TdClassName
{
border-color: #2195DD;
}
.TagClassName
{
border-color: #2195DD;
}
</style>