Shades of Scooter #207D9B
Tints of Scooter #207D9B
RGB
CMYK
RGB Variations
Color information
#207D9B (or 0x207D9B) is known color: Scooter. HEX triplet: 20, 7D and 9B. RGB value is (32,125,155). Sum of RGB (Red+Green+Blue) = 32+125+155=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #207D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207D9B is #DF8264. Grayscale: #646464. Windows color (decimal): -14647909 or 10190112. OLE color: 10190112.
HSL color Cylindrical-coordinate representation of color #207D9B: hue angle of 194.63º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207D9B is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 125 | 155 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.39 |
| HSL | 194.63º | 0.66% | 0.37% | - |
| HSV(B) | 194.63º | 0.79% | 0.61% | - |
| XYZ | 13.85 | 17.34 | 33.63 | - |
| YUV | 100.61 | 158.69 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 155 | 0.79 | 0.19 | 0 | 0.39 | 194.63 | 0.66 | 0.37 |
| Hex | 20 | 7D | 9B | 4F | 13 | 0 | 27 | C3 | 42 | 25 |
| Octal | 40 | 175 | 233 | 117 | 23 | 0 | 47 | 303 | 102 | 45 |
| Binary | 100000 | 1111101 | 10011011 | 1001111 | 10011 | 0 | 100111 | 11000011 | 1000010 | 100101 |
Color Harmonies of #207D9B
Complementary color
Monochromatic Colors of #207D9B
Black with #207D9B
Text Example
Text Example
White with #207D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D9B; }
p { color: rgb(32,125,155); }
H1.HeaderClassName
{
color: #207D9B;
}
.AnyTagClassName
{
color: #207D9B;
}
</style>
background-color css
<style>
a { background-color: #207D9B; }
a { background-color: rgb(32,125,155); }
div.DivClassName
{
background-color: #207D9B;
}
.BgClassName
{
background-color: #207D9B;
}
</style>
border-color css
<style>
span { border-color: #207D9B; }
span { border-color: rgb(32,125,155); }
td.TdClassName
{
border-color: #207D9B;
}
.TagClassName
{
border-color: #207D9B;
}
</style>