Shades of Scooter #207FA0
Tints of Scooter #207FA0
RGB
CMYK
RGB Variations
Color information
#207FA0 (or 0x207FA0) is known color: Scooter. HEX triplet: 20, 7F and A0. RGB value is (32,127,160). Sum of RGB (Red+Green+Blue) = 32+127+160=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #207FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207FA0 is #DF805F. Grayscale: #666666. Windows color (decimal): -14647392 or 10518304. OLE color: 10518304.
HSL color Cylindrical-coordinate representation of color #207FA0: hue angle of 195.47º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #207FA0 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 127 | 160 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.37 |
| HSL | 195.47º | 0.67% | 0.38% | - |
| HSV(B) | 195.47º | 0.8% | 0.63% | - |
| XYZ | 14.53 | 18.02 | 35.97 | - |
| YUV | 102.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 160 | 0.80 | 0.21 | 0 | 0.37 | 195.47 | 0.67 | 0.38 |
| Hex | 20 | 7F | A0 | 50 | 15 | 0 | 25 | C3 | 43 | 26 |
| Octal | 40 | 177 | 240 | 120 | 25 | 0 | 45 | 303 | 103 | 46 |
| Binary | 100000 | 1111111 | 10100000 | 1010000 | 10101 | 0 | 100101 | 11000011 | 1000011 | 100110 |
Color Harmonies of #207FA0
Complementary color
Monochromatic Colors of #207FA0
Black with #207FA0
Text Example
Text Example
White with #207FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FA0; }
p { color: rgb(32,127,160); }
H1.HeaderClassName
{
color: #207FA0;
}
.AnyTagClassName
{
color: #207FA0;
}
</style>
background-color css
<style>
a { background-color: #207FA0; }
a { background-color: rgb(32,127,160); }
div.DivClassName
{
background-color: #207FA0;
}
.BgClassName
{
background-color: #207FA0;
}
</style>
border-color css
<style>
span { border-color: #207FA0; }
span { border-color: rgb(32,127,160); }
td.TdClassName
{
border-color: #207FA0;
}
.TagClassName
{
border-color: #207FA0;
}
</style>