Shades of Dodger Blue #2078FB
Tints of Dodger Blue #2078FB
RGB
CMYK
RGB Variations
Color information
#2078FB (or 0x2078FB) is known color: Dodger Blue. HEX triplet: 20, 78 and FB. RGB value is (32,120,251). Sum of RGB (Red+Green+Blue) = 32+120+251=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #2078FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2078FB is #DF8704. Grayscale: #6C6C6C. Windows color (decimal): -14649093 or 16480288. OLE color: 16480288.
HSL color Cylindrical-coordinate representation of color #2078FB: hue angle of 215.89º degrees, saturation: 0.96, 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 #2078FB is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 120 | 251 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.02 |
| HSL | 215.89º | 0.96% | 0.55% | - |
| HSV(B) | 215.89º | 0.87% | 0.98% | - |
| XYZ | 24.72 | 20.71 | 93.96 | - |
| YUV | 108.62 | 208.35 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 251 | 0.87 | 0.52 | 0 | 0.02 | 215.89 | 0.96 | 0.55 |
| Hex | 20 | 78 | FB | 57 | 34 | 0 | 2 | D8 | 60 | 37 |
| Octal | 40 | 170 | 373 | 127 | 64 | 0 | 2 | 330 | 140 | 67 |
| Binary | 100000 | 1111000 | 11111011 | 1010111 | 110100 | 0 | 10 | 11011000 | 1100000 | 110111 |
Color Harmonies of #2078FB
Complementary color
Monochromatic Colors of #2078FB
Black with #2078FB
Text Example
Text Example
White with #2078FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078FB; }
p { color: rgb(32,120,251); }
H1.HeaderClassName
{
color: #2078FB;
}
.AnyTagClassName
{
color: #2078FB;
}
</style>
background-color css
<style>
a { background-color: #2078FB; }
a { background-color: rgb(32,120,251); }
div.DivClassName
{
background-color: #2078FB;
}
.BgClassName
{
background-color: #2078FB;
}
</style>
border-color css
<style>
span { border-color: #2078FB; }
span { border-color: rgb(32,120,251); }
td.TdClassName
{
border-color: #2078FB;
}
.TagClassName
{
border-color: #2078FB;
}
</style>