Shades of Dodger Blue #2079FB
Tints of Dodger Blue #2079FB
RGB
CMYK
RGB Variations
Color information
#2079FB (or 0x2079FB) is known color: Dodger Blue. HEX triplet: 20, 79 and FB. RGB value is (32,121,251). Sum of RGB (Red+Green+Blue) = 32+121+251=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #2079FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2079FB is #DF8604. Grayscale: #6C6C6C. Windows color (decimal): -14648837 or 16480544. OLE color: 16480544.
HSL color Cylindrical-coordinate representation of color #2079FB: hue angle of 215.62º 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 #2079FB is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 121 | 251 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.02 |
| HSL | 215.62º | 0.96% | 0.55% | - |
| HSV(B) | 215.62º | 0.87% | 0.98% | - |
| XYZ | 24.85 | 20.95 | 94 | - |
| YUV | 109.21 | 208.01 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 251 | 0.87 | 0.52 | 0 | 0.02 | 215.62 | 0.96 | 0.55 |
| Hex | 20 | 79 | FB | 57 | 34 | 0 | 2 | D8 | 60 | 37 |
| Octal | 40 | 171 | 373 | 127 | 64 | 0 | 2 | 330 | 140 | 67 |
| Binary | 100000 | 1111001 | 11111011 | 1010111 | 110100 | 0 | 10 | 11011000 | 1100000 | 110111 |
Color Harmonies of #2079FB
Complementary color
Monochromatic Colors of #2079FB
Black with #2079FB
Text Example
Text Example
White with #2079FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079FB; }
p { color: rgb(32,121,251); }
H1.HeaderClassName
{
color: #2079FB;
}
.AnyTagClassName
{
color: #2079FB;
}
</style>
background-color css
<style>
a { background-color: #2079FB; }
a { background-color: rgb(32,121,251); }
div.DivClassName
{
background-color: #2079FB;
}
.BgClassName
{
background-color: #2079FB;
}
</style>
border-color css
<style>
span { border-color: #2079FB; }
span { border-color: rgb(32,121,251); }
td.TdClassName
{
border-color: #2079FB;
}
.TagClassName
{
border-color: #2079FB;
}
</style>