Shades of Scooter #1F7EA0
Tints of Scooter #1F7EA0
RGB
CMYK
RGB Variations
Color information
#1F7EA0 (or 0x1F7EA0) is known color: Scooter. HEX triplet: 1F, 7E and A0. RGB value is (31,126,160). Sum of RGB (Red+Green+Blue) = 31+126+160=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 126 (49.61% from 255 or 39.75% 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 #1F7EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7EA0 is #E0815F. Grayscale: #656565. Windows color (decimal): -14713184 or 10518047. OLE color: 10518047.
HSL color Cylindrical-coordinate representation of color #1F7EA0: hue angle of 195.81º 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 #1F7EA0 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 126 | 160 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.37 |
| HSL | 195.81º | 0.68% | 0.37% | - |
| HSV(B) | 195.81º | 0.81% | 0.63% | - |
| XYZ | 14.37 | 17.75 | 35.93 | - |
| YUV | 101.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 160 | 0.81 | 0.21 | 0 | 0.37 | 195.81 | 0.68 | 0.37 |
| Hex | 1F | 7E | A0 | 51 | 15 | 0 | 25 | C4 | 44 | 25 |
| Octal | 37 | 176 | 240 | 121 | 25 | 0 | 45 | 304 | 104 | 45 |
| Binary | 11111 | 1111110 | 10100000 | 1010001 | 10101 | 0 | 100101 | 11000100 | 1000100 | 100101 |
Color Harmonies of #1F7EA0
Complementary color
Monochromatic Colors of #1F7EA0
Black with #1F7EA0
Text Example
Text Example
White with #1F7EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7EA0; }
p { color: rgb(31,126,160); }
H1.HeaderClassName
{
color: #1F7EA0;
}
.AnyTagClassName
{
color: #1F7EA0;
}
</style>
background-color css
<style>
a { background-color: #1F7EA0; }
a { background-color: rgb(31,126,160); }
div.DivClassName
{
background-color: #1F7EA0;
}
.BgClassName
{
background-color: #1F7EA0;
}
</style>
border-color css
<style>
span { border-color: #1F7EA0; }
span { border-color: rgb(31,126,160); }
td.TdClassName
{
border-color: #1F7EA0;
}
.TagClassName
{
border-color: #1F7EA0;
}
</style>