Shades of Scooter #207D9E
Tints of Scooter #207D9E
RGB
CMYK
RGB Variations
Color information
#207D9E (or 0x207D9E) is known color: Scooter. HEX triplet: 20, 7D and 9E. RGB value is (32,125,158). Sum of RGB (Red+Green+Blue) = 32+125+158=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #207D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207D9E is #DF8261. Grayscale: #646464. Windows color (decimal): -14647906 or 10386720. OLE color: 10386720.
HSL color Cylindrical-coordinate representation of color #207D9E: hue angle of 195.71º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #207D9E is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 125 | 158 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.38 |
| HSL | 195.71º | 0.66% | 0.37% | - |
| HSV(B) | 195.71º | 0.8% | 0.62% | - |
| XYZ | 14.1 | 17.44 | 34.97 | - |
| YUV | 100.96 | 160.19 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 158 | 0.80 | 0.21 | 0 | 0.38 | 195.71 | 0.66 | 0.37 |
| Hex | 20 | 7D | 9E | 50 | 15 | 0 | 26 | C4 | 42 | 25 |
| Octal | 40 | 175 | 236 | 120 | 25 | 0 | 46 | 304 | 102 | 45 |
| Binary | 100000 | 1111101 | 10011110 | 1010000 | 10101 | 0 | 100110 | 11000100 | 1000010 | 100101 |
Color Harmonies of #207D9E
Complementary color
Monochromatic Colors of #207D9E
Black with #207D9E
Text Example
Text Example
White with #207D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D9E; }
p { color: rgb(32,125,158); }
H1.HeaderClassName
{
color: #207D9E;
}
.AnyTagClassName
{
color: #207D9E;
}
</style>
background-color css
<style>
a { background-color: #207D9E; }
a { background-color: rgb(32,125,158); }
div.DivClassName
{
background-color: #207D9E;
}
.BgClassName
{
background-color: #207D9E;
}
</style>
border-color css
<style>
span { border-color: #207D9E; }
span { border-color: rgb(32,125,158); }
td.TdClassName
{
border-color: #207D9E;
}
.TagClassName
{
border-color: #207D9E;
}
</style>