Shades of Scooter #1F7FAA
Tints of Scooter #1F7FAA
RGB
CMYK
RGB Variations
Color information
#1F7FAA (or 0x1F7FAA) is known color: Scooter. HEX triplet: 1F, 7F and AA. RGB value is (31,127,170). Sum of RGB (Red+Green+Blue) = 31+127+170=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F7FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7FAA is #E08055. Grayscale: #666666. Windows color (decimal): -14712918 or 11173663. OLE color: 11173663.
HSL color Cylindrical-coordinate representation of color #1F7FAA: hue angle of 198.56º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7FAA is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 127 | 170 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.33 |
| HSL | 198.56º | 0.69% | 0.39% | - |
| HSV(B) | 198.56º | 0.82% | 0.67% | - |
| XYZ | 15.41 | 18.37 | 40.76 | - |
| YUV | 103.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 170 | 0.82 | 0.25 | 0 | 0.33 | 198.56 | 0.69 | 0.39 |
| Hex | 1F | 7F | AA | 52 | 19 | 0 | 21 | C7 | 45 | 27 |
| Octal | 37 | 177 | 252 | 122 | 31 | 0 | 41 | 307 | 105 | 47 |
| Binary | 11111 | 1111111 | 10101010 | 1010010 | 11001 | 0 | 100001 | 11000111 | 1000101 | 100111 |
Color Harmonies of #1F7FAA
Complementary color
Monochromatic Colors of #1F7FAA
Black with #1F7FAA
Text Example
Text Example
White with #1F7FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7FAA; }
p { color: rgb(31,127,170); }
H1.HeaderClassName
{
color: #1F7FAA;
}
.AnyTagClassName
{
color: #1F7FAA;
}
</style>
background-color css
<style>
a { background-color: #1F7FAA; }
a { background-color: rgb(31,127,170); }
div.DivClassName
{
background-color: #1F7FAA;
}
.BgClassName
{
background-color: #1F7FAA;
}
</style>
border-color css
<style>
span { border-color: #1F7FAA; }
span { border-color: rgb(31,127,170); }
td.TdClassName
{
border-color: #1F7FAA;
}
.TagClassName
{
border-color: #1F7FAA;
}
</style>