Shades of Scooter #1F7DA0
Tints of Scooter #1F7DA0
RGB
CMYK
RGB Variations
Color information
#1F7DA0 (or 0x1F7DA0) is known color: Scooter. HEX triplet: 1F, 7D and A0. RGB value is (31,125,160). Sum of RGB (Red+Green+Blue) = 31+125+160=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F7DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7DA0 is #E0825F. Grayscale: #646464. Windows color (decimal): -14713440 or 10517791. OLE color: 10517791.
HSL color Cylindrical-coordinate representation of color #1F7DA0: hue angle of 196.28º 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 #1F7DA0 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 125 | 160 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.37 |
| HSL | 196.28º | 0.68% | 0.37% | - |
| HSV(B) | 196.28º | 0.81% | 0.63% | - |
| XYZ | 14.24 | 17.5 | 35.88 | - |
| YUV | 100.88 | 161.36 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 160 | 0.81 | 0.22 | 0 | 0.37 | 196.28 | 0.68 | 0.37 |
| Hex | 1F | 7D | A0 | 51 | 16 | 0 | 25 | C4 | 44 | 25 |
| Octal | 37 | 175 | 240 | 121 | 26 | 0 | 45 | 304 | 104 | 45 |
| Binary | 11111 | 1111101 | 10100000 | 1010001 | 10110 | 0 | 100101 | 11000100 | 1000100 | 100101 |
Color Harmonies of #1F7DA0
Complementary color
Monochromatic Colors of #1F7DA0
Black with #1F7DA0
Text Example
Text Example
White with #1F7DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7DA0; }
p { color: rgb(31,125,160); }
H1.HeaderClassName
{
color: #1F7DA0;
}
.AnyTagClassName
{
color: #1F7DA0;
}
</style>
background-color css
<style>
a { background-color: #1F7DA0; }
a { background-color: rgb(31,125,160); }
div.DivClassName
{
background-color: #1F7DA0;
}
.BgClassName
{
background-color: #1F7DA0;
}
</style>
border-color css
<style>
span { border-color: #1F7DA0; }
span { border-color: rgb(31,125,160); }
td.TdClassName
{
border-color: #1F7DA0;
}
.TagClassName
{
border-color: #1F7DA0;
}
</style>