Shades of Dodger Blue #207FEB
Tints of Dodger Blue #207FEB
RGB
CMYK
RGB Variations
Color information
#207FEB (or 0x207FEB) is known color: Dodger Blue. HEX triplet: 20, 7F and EB. RGB value is (32,127,235). Sum of RGB (Red+Green+Blue) = 32+127+235=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #207FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207FEB is #DF8014. Grayscale: #6E6E6E. Windows color (decimal): -14647317 or 15433504. OLE color: 15433504.
HSL color Cylindrical-coordinate representation of color #207FEB: hue angle of 211.92º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #207FEB is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 127 | 235 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.08 |
| HSL | 211.92º | 0.84% | 0.52% | - |
| HSV(B) | 211.92º | 0.86% | 0.92% | - |
| XYZ | 23.18 | 21.48 | 81.52 | - |
| YUV | 110.91 | 198.03 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 235 | 0.86 | 0.46 | 0 | 0.08 | 211.92 | 0.84 | 0.52 |
| Hex | 20 | 7F | EB | 56 | 2E | 0 | 8 | D4 | 54 | 34 |
| Octal | 40 | 177 | 353 | 126 | 56 | 0 | 10 | 324 | 124 | 64 |
| Binary | 100000 | 1111111 | 11101011 | 1010110 | 101110 | 0 | 1000 | 11010100 | 1010100 | 110100 |
Color Harmonies of #207FEB
Complementary color
Monochromatic Colors of #207FEB
Black with #207FEB
Text Example
Text Example
White with #207FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FEB; }
p { color: rgb(32,127,235); }
H1.HeaderClassName
{
color: #207FEB;
}
.AnyTagClassName
{
color: #207FEB;
}
</style>
background-color css
<style>
a { background-color: #207FEB; }
a { background-color: rgb(32,127,235); }
div.DivClassName
{
background-color: #207FEB;
}
.BgClassName
{
background-color: #207FEB;
}
</style>
border-color css
<style>
span { border-color: #207FEB; }
span { border-color: rgb(32,127,235); }
td.TdClassName
{
border-color: #207FEB;
}
.TagClassName
{
border-color: #207FEB;
}
</style>