Shades of Dodger Blue #2079FE
Tints of Dodger Blue #2079FE
RGB
CMYK
RGB Variations
Color information
#2079FE (or 0x2079FE) is known color: Dodger Blue. HEX triplet: 20, 79 and FE. RGB value is (32,121,254). Sum of RGB (Red+Green+Blue) = 32+121+254=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #2079FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2079FE is #DF8601. Grayscale: #6C6C6C. Windows color (decimal): -14648834 or 16677152. OLE color: 16677152.
HSL color Cylindrical-coordinate representation of color #2079FE: hue angle of 215.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2079FE is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 121 | 254 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.00 |
| HSL | 215.95º | 0.99% | 0.56% | - |
| HSV(B) | 215.95º | 0.87% | 1% | - |
| XYZ | 25.32 | 21.14 | 96.51 | - |
| YUV | 109.55 | 209.51 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 254 | 0.87 | 0.52 | 0 | 0.00 | 215.95 | 0.99 | 0.56 |
| Hex | 20 | 79 | FE | 57 | 34 | 0 | 0 | D8 | 63 | 38 |
| Octal | 40 | 171 | 376 | 127 | 64 | 0 | 0 | 330 | 143 | 70 |
| Binary | 100000 | 1111001 | 11111110 | 1010111 | 110100 | 0 | 0 | 11011000 | 1100011 | 111000 |
Color Harmonies of #2079FE
Complementary color
Monochromatic Colors of #2079FE
Black with #2079FE
Text Example
Text Example
White with #2079FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079FE; }
p { color: rgb(32,121,254); }
H1.HeaderClassName
{
color: #2079FE;
}
.AnyTagClassName
{
color: #2079FE;
}
</style>
background-color css
<style>
a { background-color: #2079FE; }
a { background-color: rgb(32,121,254); }
div.DivClassName
{
background-color: #2079FE;
}
.BgClassName
{
background-color: #2079FE;
}
</style>
border-color css
<style>
span { border-color: #2079FE; }
span { border-color: rgb(32,121,254); }
td.TdClassName
{
border-color: #2079FE;
}
.TagClassName
{
border-color: #2079FE;
}
</style>