Shades of Scooter #1F7DA3
Tints of Scooter #1F7DA3
RGB
CMYK
RGB Variations
Color information
#1F7DA3 (or 0x1F7DA3) is known color: Scooter. HEX triplet: 1F, 7D and A3. RGB value is (31,125,163). Sum of RGB (Red+Green+Blue) = 31+125+163=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #1F7DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7DA3 is #E0825C. Grayscale: #646464. Windows color (decimal): -14713437 or 10714399. OLE color: 10714399.
HSL color Cylindrical-coordinate representation of color #1F7DA3: hue angle of 197.27º 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 #1F7DA3 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 125 | 163 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.36 |
| HSL | 197.27º | 0.68% | 0.38% | - |
| HSV(B) | 197.27º | 0.81% | 0.64% | - |
| XYZ | 14.51 | 17.6 | 37.28 | - |
| YUV | 101.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 163 | 0.81 | 0.23 | 0 | 0.36 | 197.27 | 0.68 | 0.38 |
| Hex | 1F | 7D | A3 | 51 | 17 | 0 | 24 | C5 | 44 | 26 |
| Octal | 37 | 175 | 243 | 121 | 27 | 0 | 44 | 305 | 104 | 46 |
| Binary | 11111 | 1111101 | 10100011 | 1010001 | 10111 | 0 | 100100 | 11000101 | 1000100 | 100110 |
Color Harmonies of #1F7DA3
Complementary color
Monochromatic Colors of #1F7DA3
Black with #1F7DA3
Text Example
Text Example
White with #1F7DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7DA3; }
p { color: rgb(31,125,163); }
H1.HeaderClassName
{
color: #1F7DA3;
}
.AnyTagClassName
{
color: #1F7DA3;
}
</style>
background-color css
<style>
a { background-color: #1F7DA3; }
a { background-color: rgb(31,125,163); }
div.DivClassName
{
background-color: #1F7DA3;
}
.BgClassName
{
background-color: #1F7DA3;
}
</style>
border-color css
<style>
span { border-color: #1F7DA3; }
span { border-color: rgb(31,125,163); }
td.TdClassName
{
border-color: #1F7DA3;
}
.TagClassName
{
border-color: #1F7DA3;
}
</style>