Shades of Dodger Blue #2078F0
Tints of Dodger Blue #2078F0
RGB
CMYK
RGB Variations
Color information
#2078F0 (or 0x2078F0) is known color: Dodger Blue. HEX triplet: 20, 78 and F0. RGB value is (32,120,240). Sum of RGB (Red+Green+Blue) = 32+120+240=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 240 (94.14% from 255 or 61.22% from 392); Max value from RGB is 240 - color contains mainly: blue. Hex color #2078F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2078F0 is #DF870F. Grayscale: #6A6A6A. Windows color (decimal): -14649104 or 15759392. OLE color: 15759392.
HSL color Cylindrical-coordinate representation of color #2078F0: hue angle of 214.62º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2078F0 is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 120 | 240 | - |
| CMYK | 0.87 | 0.5 | 0 | 0.06 |
| HSL | 214.62º | 0.87% | 0.53% | - |
| HSV(B) | 214.62º | 0.87% | 0.94% | - |
| XYZ | 23.04 | 20.03 | 85.09 | - |
| YUV | 107.37 | 202.85 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 240 | 0.87 | 0.5 | 0 | 0.06 | 214.62 | 0.87 | 0.53 |
| Hex | 20 | 78 | F0 | 57 | 32 | 0 | 6 | D7 | 57 | 35 |
| Octal | 40 | 170 | 360 | 127 | 62 | 0 | 6 | 327 | 127 | 65 |
| Binary | 100000 | 1111000 | 11110000 | 1010111 | 110010 | 0 | 110 | 11010111 | 1010111 | 110101 |
Color Harmonies of #2078F0
Complementary color
Monochromatic Colors of #2078F0
Black with #2078F0
Text Example
Text Example
White with #2078F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078F0; }
p { color: rgb(32,120,240); }
H1.HeaderClassName
{
color: #2078F0;
}
.AnyTagClassName
{
color: #2078F0;
}
</style>
background-color css
<style>
a { background-color: #2078F0; }
a { background-color: rgb(32,120,240); }
div.DivClassName
{
background-color: #2078F0;
}
.BgClassName
{
background-color: #2078F0;
}
</style>
border-color css
<style>
span { border-color: #2078F0; }
span { border-color: rgb(32,120,240); }
td.TdClassName
{
border-color: #2078F0;
}
.TagClassName
{
border-color: #2078F0;
}
</style>