Shades of Dodger Blue #2078F9
Tints of Dodger Blue #2078F9
RGB
CMYK
RGB Variations
Color information
#2078F9 (or 0x2078F9) is known color: Dodger Blue. HEX triplet: 20, 78 and F9. RGB value is (32,120,249). Sum of RGB (Red+Green+Blue) = 32+120+249=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 249 (97.66% from 255 or 62.09% from 401); Max value from RGB is 249 - color contains mainly: blue. Hex color #2078F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2078F9 is #DF8706. Grayscale: #6B6B6B. Windows color (decimal): -14649095 or 16349216. OLE color: 16349216.
HSL color Cylindrical-coordinate representation of color #2078F9: hue angle of 215.67º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2078F9 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 120 | 249 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.02 |
| HSL | 215.67º | 0.95% | 0.55% | - |
| HSV(B) | 215.67º | 0.87% | 0.98% | - |
| XYZ | 24.41 | 20.58 | 92.31 | - |
| YUV | 108.39 | 207.35 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 249 | 0.87 | 0.52 | 0 | 0.02 | 215.67 | 0.95 | 0.55 |
| Hex | 20 | 78 | F9 | 57 | 34 | 0 | 2 | D8 | 5F | 37 |
| Octal | 40 | 170 | 371 | 127 | 64 | 0 | 2 | 330 | 137 | 67 |
| Binary | 100000 | 1111000 | 11111001 | 1010111 | 110100 | 0 | 10 | 11011000 | 1011111 | 110111 |
Color Harmonies of #2078F9
Complementary color
Monochromatic Colors of #2078F9
Black with #2078F9
Text Example
Text Example
White with #2078F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078F9; }
p { color: rgb(32,120,249); }
H1.HeaderClassName
{
color: #2078F9;
}
.AnyTagClassName
{
color: #2078F9;
}
</style>
background-color css
<style>
a { background-color: #2078F9; }
a { background-color: rgb(32,120,249); }
div.DivClassName
{
background-color: #2078F9;
}
.BgClassName
{
background-color: #2078F9;
}
</style>
border-color css
<style>
span { border-color: #2078F9; }
span { border-color: rgb(32,120,249); }
td.TdClassName
{
border-color: #2078F9;
}
.TagClassName
{
border-color: #2078F9;
}
</style>