Shades of Dodger Blue #2178E3
Tints of Dodger Blue #2178E3
RGB
CMYK
RGB Variations
Color information
#2178E3 (or 0x2178E3) is known color: Dodger Blue. HEX triplet: 21, 78 and E3. RGB value is (33,120,227). Sum of RGB (Red+Green+Blue) = 33+120+227=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 227 (89.06% from 255 or 59.74% from 380); Max value from RGB is 227 - color contains mainly: blue. Hex color #2178E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178E3 is #DE871C. Grayscale: #696969. Windows color (decimal): -14583581 or 14907425. OLE color: 14907425.
HSL color Cylindrical-coordinate representation of color #2178E3: hue angle of 213.09º 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 #2178E3 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 120 | 227 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.11 |
| HSL | 213.09º | 0.78% | 0.51% | - |
| HSV(B) | 213.09º | 0.85% | 0.89% | - |
| XYZ | 21.21 | 19.3 | 75.28 | - |
| YUV | 106.19 | 196.18 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 227 | 0.85 | 0.47 | 0 | 0.11 | 213.09 | 0.78 | 0.51 |
| Hex | 21 | 78 | E3 | 55 | 2F | 0 | B | D5 | 4E | 33 |
| Octal | 41 | 170 | 343 | 125 | 57 | 0 | 13 | 325 | 116 | 63 |
| Binary | 100001 | 1111000 | 11100011 | 1010101 | 101111 | 0 | 1011 | 11010101 | 1001110 | 110011 |
Color Harmonies of #2178E3
Complementary color
Monochromatic Colors of #2178E3
Black with #2178E3
Text Example
Text Example
White with #2178E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2178E3; }
p { color: rgb(33,120,227); }
H1.HeaderClassName
{
color: #2178E3;
}
.AnyTagClassName
{
color: #2178E3;
}
</style>
background-color css
<style>
a { background-color: #2178E3; }
a { background-color: rgb(33,120,227); }
div.DivClassName
{
background-color: #2178E3;
}
.BgClassName
{
background-color: #2178E3;
}
</style>
border-color css
<style>
span { border-color: #2178E3; }
span { border-color: rgb(33,120,227); }
td.TdClassName
{
border-color: #2178E3;
}
.TagClassName
{
border-color: #2178E3;
}
</style>