Shades of Dodger Blue #2178EA
Tints of Dodger Blue #2178EA
RGB
CMYK
RGB Variations
Color information
#2178EA (or 0x2178EA) is known color: Dodger Blue. HEX triplet: 21, 78 and EA. RGB value is (33,120,234). Sum of RGB (Red+Green+Blue) = 33+120+234=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #2178EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2178EA is #DE8715. Grayscale: #6A6A6A. Windows color (decimal): -14583574 or 15366177. OLE color: 15366177.
HSL color Cylindrical-coordinate representation of color #2178EA: hue angle of 214.03º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2178EA is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 120 | 234 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.08 |
| HSL | 214.03º | 0.83% | 0.52% | - |
| HSV(B) | 214.03º | 0.86% | 0.92% | - |
| XYZ | 22.19 | 19.7 | 80.47 | - |
| YUV | 106.98 | 199.68 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 234 | 0.86 | 0.49 | 0 | 0.08 | 214.03 | 0.83 | 0.52 |
| Hex | 21 | 78 | EA | 56 | 31 | 0 | 8 | D6 | 53 | 34 |
| Octal | 41 | 170 | 352 | 126 | 61 | 0 | 10 | 326 | 123 | 64 |
| Binary | 100001 | 1111000 | 11101010 | 1010110 | 110001 | 0 | 1000 | 11010110 | 1010011 | 110100 |
Color Harmonies of #2178EA
Complementary color
Monochromatic Colors of #2178EA
Black with #2178EA
Text Example
Text Example
White with #2178EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2178EA; }
p { color: rgb(33,120,234); }
H1.HeaderClassName
{
color: #2178EA;
}
.AnyTagClassName
{
color: #2178EA;
}
</style>
background-color css
<style>
a { background-color: #2178EA; }
a { background-color: rgb(33,120,234); }
div.DivClassName
{
background-color: #2178EA;
}
.BgClassName
{
background-color: #2178EA;
}
</style>
border-color css
<style>
span { border-color: #2178EA; }
span { border-color: rgb(33,120,234); }
td.TdClassName
{
border-color: #2178EA;
}
.TagClassName
{
border-color: #2178EA;
}
</style>