Shades of Dodger Blue #2195E3
Tints of Dodger Blue #2195E3
RGB
CMYK
RGB Variations
Color information
#2195E3 (or 0x2195E3) is known color: Dodger Blue. HEX triplet: 21, 95 and E3. RGB value is (33,149,227). Sum of RGB (Red+Green+Blue) = 33+149+227=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 227 (89.06% from 255 or 55.50% from 409); Max value from RGB is 227 - color contains mainly: blue. Hex color #2195E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2195E3 is #DE6A1C. Grayscale: #7A7A7A. Windows color (decimal): -14576157 or 14914849. OLE color: 14914849.
HSL color Cylindrical-coordinate representation of color #2195E3: hue angle of 204.12º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2195E3 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 149 | 227 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.11 |
| HSL | 204.12º | 0.78% | 0.51% | - |
| HSV(B) | 204.12º | 0.85% | 0.89% | - |
| XYZ | 25.24 | 27.36 | 76.62 | - |
| YUV | 123.21 | 186.57 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 227 | 0.85 | 0.34 | 0 | 0.11 | 204.12 | 0.78 | 0.51 |
| Hex | 21 | 95 | E3 | 55 | 22 | 0 | B | CC | 4E | 33 |
| Octal | 41 | 225 | 343 | 125 | 42 | 0 | 13 | 314 | 116 | 63 |
| Binary | 100001 | 10010101 | 11100011 | 1010101 | 100010 | 0 | 1011 | 11001100 | 1001110 | 110011 |
Color Harmonies of #2195E3
Complementary color
Monochromatic Colors of #2195E3
Black with #2195E3
Text Example
Text Example
White with #2195E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2195E3; }
p { color: rgb(33,149,227); }
H1.HeaderClassName
{
color: #2195E3;
}
.AnyTagClassName
{
color: #2195E3;
}
</style>
background-color css
<style>
a { background-color: #2195E3; }
a { background-color: rgb(33,149,227); }
div.DivClassName
{
background-color: #2195E3;
}
.BgClassName
{
background-color: #2195E3;
}
</style>
border-color css
<style>
span { border-color: #2195E3; }
span { border-color: rgb(33,149,227); }
td.TdClassName
{
border-color: #2195E3;
}
.TagClassName
{
border-color: #2195E3;
}
</style>