Shades of Scooter #1F7FA2
Tints of Scooter #1F7FA2
RGB
CMYK
RGB Variations
Color information
#1F7FA2 (or 0x1F7FA2) is known color: Scooter. HEX triplet: 1F, 7F and A2. RGB value is (31,127,162). Sum of RGB (Red+Green+Blue) = 31+127+162=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F7FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7FA2 is #E0805D. Grayscale: #666666. Windows color (decimal): -14712926 or 10649375. OLE color: 10649375.
HSL color Cylindrical-coordinate representation of color #1F7FA2: hue angle of 196.03º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F7FA2 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 127 | 162 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.36 |
| HSL | 196.03º | 0.68% | 0.38% | - |
| HSV(B) | 196.03º | 0.81% | 0.64% | - |
| XYZ | 14.68 | 18.08 | 36.9 | - |
| YUV | 102.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 162 | 0.81 | 0.22 | 0 | 0.36 | 196.03 | 0.68 | 0.38 |
| Hex | 1F | 7F | A2 | 51 | 16 | 0 | 24 | C4 | 44 | 26 |
| Octal | 37 | 177 | 242 | 121 | 26 | 0 | 44 | 304 | 104 | 46 |
| Binary | 11111 | 1111111 | 10100010 | 1010001 | 10110 | 0 | 100100 | 11000100 | 1000100 | 100110 |
Color Harmonies of #1F7FA2
Complementary color
Monochromatic Colors of #1F7FA2
Black with #1F7FA2
Text Example
Text Example
White with #1F7FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7FA2; }
p { color: rgb(31,127,162); }
H1.HeaderClassName
{
color: #1F7FA2;
}
.AnyTagClassName
{
color: #1F7FA2;
}
</style>
background-color css
<style>
a { background-color: #1F7FA2; }
a { background-color: rgb(31,127,162); }
div.DivClassName
{
background-color: #1F7FA2;
}
.BgClassName
{
background-color: #1F7FA2;
}
</style>
border-color css
<style>
span { border-color: #1F7FA2; }
span { border-color: rgb(31,127,162); }
td.TdClassName
{
border-color: #1F7FA2;
}
.TagClassName
{
border-color: #1F7FA2;
}
</style>