Shades of Dodger Blue #2078EA
Tints of Dodger Blue #2078EA
RGB
CMYK
RGB Variations
Color information
#2078EA (or 0x2078EA) is known color: Dodger Blue. HEX triplet: 20, 78 and EA. RGB value is (32,120,234). Sum of RGB (Red+Green+Blue) = 32+120+234=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #2078EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2078EA is #DF8715. Grayscale: #6A6A6A. Windows color (decimal): -14649110 or 15366176. OLE color: 15366176.
HSL color Cylindrical-coordinate representation of color #2078EA: hue angle of 213.86º 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 #2078EA is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 120 | 234 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.08 |
| HSL | 213.86º | 0.83% | 0.52% | - |
| HSV(B) | 213.86º | 0.86% | 0.92% | - |
| XYZ | 22.16 | 19.68 | 80.47 | - |
| YUV | 106.68 | 199.85 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 234 | 0.86 | 0.49 | 0 | 0.08 | 213.86 | 0.83 | 0.52 |
| Hex | 20 | 78 | EA | 56 | 31 | 0 | 8 | D6 | 53 | 34 |
| Octal | 40 | 170 | 352 | 126 | 61 | 0 | 10 | 326 | 123 | 64 |
| Binary | 100000 | 1111000 | 11101010 | 1010110 | 110001 | 0 | 1000 | 11010110 | 1010011 | 110100 |
Color Harmonies of #2078EA
Complementary color
Monochromatic Colors of #2078EA
Black with #2078EA
Text Example
Text Example
White with #2078EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078EA; }
p { color: rgb(32,120,234); }
H1.HeaderClassName
{
color: #2078EA;
}
.AnyTagClassName
{
color: #2078EA;
}
</style>
background-color css
<style>
a { background-color: #2078EA; }
a { background-color: rgb(32,120,234); }
div.DivClassName
{
background-color: #2078EA;
}
.BgClassName
{
background-color: #2078EA;
}
</style>
border-color css
<style>
span { border-color: #2078EA; }
span { border-color: rgb(32,120,234); }
td.TdClassName
{
border-color: #2078EA;
}
.TagClassName
{
border-color: #2078EA;
}
</style>