Shades of Dodger Blue #2178EC
Tints of Dodger Blue #2178EC
RGB
CMYK
RGB Variations
Color information
#2178EC (or 0x2178EC) is known color: Dodger Blue. HEX triplet: 21, 78 and EC. RGB value is (33,120,236). Sum of RGB (Red+Green+Blue) = 33+120+236=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #2178EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2178EC is #DE8713. Grayscale: #6A6A6A. Windows color (decimal): -14583572 or 15497249. OLE color: 15497249.
HSL color Cylindrical-coordinate representation of color #2178EC: hue angle of 214.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2178EC is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 120 | 236 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.07 |
| HSL | 214.29º | 0.84% | 0.53% | - |
| HSV(B) | 214.29º | 0.86% | 0.93% | - |
| XYZ | 22.48 | 19.81 | 82 | - |
| YUV | 107.21 | 200.68 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 236 | 0.86 | 0.49 | 0 | 0.07 | 214.29 | 0.84 | 0.53 |
| Hex | 21 | 78 | EC | 56 | 31 | 0 | 7 | D6 | 54 | 35 |
| Octal | 41 | 170 | 354 | 126 | 61 | 0 | 7 | 326 | 124 | 65 |
| Binary | 100001 | 1111000 | 11101100 | 1010110 | 110001 | 0 | 111 | 11010110 | 1010100 | 110101 |
Color Harmonies of #2178EC
Complementary color
Monochromatic Colors of #2178EC
Black with #2178EC
Text Example
Text Example
White with #2178EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2178EC; }
p { color: rgb(33,120,236); }
H1.HeaderClassName
{
color: #2178EC;
}
.AnyTagClassName
{
color: #2178EC;
}
</style>
background-color css
<style>
a { background-color: #2178EC; }
a { background-color: rgb(33,120,236); }
div.DivClassName
{
background-color: #2178EC;
}
.BgClassName
{
background-color: #2178EC;
}
</style>
border-color css
<style>
span { border-color: #2178EC; }
span { border-color: rgb(33,120,236); }
td.TdClassName
{
border-color: #2178EC;
}
.TagClassName
{
border-color: #2178EC;
}
</style>