Shades of Dodger Blue #2078FF
Tints of Dodger Blue #2078FF
RGB
CMYK
RGB Variations
Color information
#2078FF (or 0x2078FF) is known color: Dodger Blue. HEX triplet: 20, 78 and FF. RGB value is (32,120,255). Sum of RGB (Red+Green+Blue) = 32+120+255=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #2078FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2078FF is #DF8700. Grayscale: #6C6C6C. Windows color (decimal): -14649089 or 16742432. OLE color: 16742432.
HSL color Cylindrical-coordinate representation of color #2078FF: hue angle of 216.32º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2078FF is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 120 | 255 | - |
| CMYK | 0.87 | 0.53 | 0 | 0 |
| HSL | 216.32º | 1% | 0.56% | - |
| HSV(B) | 216.32º | 0.87% | 1% | - |
| XYZ | 25.36 | 20.96 | 97.32 | - |
| YUV | 109.08 | 210.35 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 255 | 0.87 | 0.53 | 0 | 0 | 216.32 | 1 | 0.56 |
| Hex | 20 | 78 | FF | 57 | 35 | 0 | 0 | D8 | 64 | 38 |
| Octal | 40 | 170 | 377 | 127 | 65 | 0 | 0 | 330 | 144 | 70 |
| Binary | 100000 | 1111000 | 11111111 | 1010111 | 110101 | 0 | 0 | 11011000 | 1100100 | 111000 |
Color Harmonies of #2078FF
Complementary color
Monochromatic Colors of #2078FF
Black with #2078FF
Text Example
Text Example
White with #2078FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078FF; }
p { color: rgb(32,120,255); }
H1.HeaderClassName
{
color: #2078FF;
}
.AnyTagClassName
{
color: #2078FF;
}
</style>
background-color css
<style>
a { background-color: #2078FF; }
a { background-color: rgb(32,120,255); }
div.DivClassName
{
background-color: #2078FF;
}
.BgClassName
{
background-color: #2078FF;
}
</style>
border-color css
<style>
span { border-color: #2078FF; }
span { border-color: rgb(32,120,255); }
td.TdClassName
{
border-color: #2078FF;
}
.TagClassName
{
border-color: #2078FF;
}
</style>