Shades of Scooter #1E7FA0
Tints of Scooter #1E7FA0
RGB
CMYK
RGB Variations
Color information
#1E7FA0 (or 0x1E7FA0) is known color: Scooter. HEX triplet: 1E, 7F and A0. RGB value is (30,127,160). Sum of RGB (Red+Green+Blue) = 30+127+160=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E7FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7FA0 is #E1805F. Grayscale: #656565. Windows color (decimal): -14778464 or 10518302. OLE color: 10518302.
HSL color Cylindrical-coordinate representation of color #1E7FA0: hue angle of 195.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E7FA0 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 127 | 160 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.37 |
| HSL | 195.23º | 0.68% | 0.37% | - |
| HSV(B) | 195.23º | 0.81% | 0.63% | - |
| XYZ | 14.47 | 17.99 | 35.97 | - |
| YUV | 101.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 160 | 0.81 | 0.21 | 0 | 0.37 | 195.23 | 0.68 | 0.37 |
| Hex | 1E | 7F | A0 | 51 | 15 | 0 | 25 | C3 | 44 | 25 |
| Octal | 36 | 177 | 240 | 121 | 25 | 0 | 45 | 303 | 104 | 45 |
| Binary | 11110 | 1111111 | 10100000 | 1010001 | 10101 | 0 | 100101 | 11000011 | 1000100 | 100101 |
Color Harmonies of #1E7FA0
Complementary color
Monochromatic Colors of #1E7FA0
Black with #1E7FA0
Text Example
Text Example
White with #1E7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7FA0; }
p { color: rgb(30,127,160); }
H1.HeaderClassName
{
color: #1E7FA0;
}
.AnyTagClassName
{
color: #1E7FA0;
}
</style>
background-color css
<style>
a { background-color: #1E7FA0; }
a { background-color: rgb(30,127,160); }
div.DivClassName
{
background-color: #1E7FA0;
}
.BgClassName
{
background-color: #1E7FA0;
}
</style>
border-color css
<style>
span { border-color: #1E7FA0; }
span { border-color: rgb(30,127,160); }
td.TdClassName
{
border-color: #1E7FA0;
}
.TagClassName
{
border-color: #1E7FA0;
}
</style>