Shades of Scooter #247F99
Tints of Scooter #247F99
RGB
CMYK
RGB Variations
Color information
#247F99 (or 0x247F99) is known color: Scooter. HEX triplet: 24, 7F and 99. RGB value is (36,127,153). Sum of RGB (Red+Green+Blue) = 36+127+153=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #247F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F99 is #DB8066. Grayscale: #666666. Windows color (decimal): -14385255 or 10059556. OLE color: 10059556.
HSL color Cylindrical-coordinate representation of color #247F99: hue angle of 193.33º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247F99 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 127 | 153 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.4 |
| HSL | 193.33º | 0.62% | 0.37% | - |
| HSV(B) | 193.33º | 0.76% | 0.6% | - |
| XYZ | 14.07 | 17.85 | 32.84 | - |
| YUV | 102.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 153 | 0.76 | 0.17 | 0 | 0.4 | 193.33 | 0.62 | 0.37 |
| Hex | 24 | 7F | 99 | 4C | 11 | 0 | 28 | C1 | 3E | 25 |
| Octal | 44 | 177 | 231 | 114 | 21 | 0 | 50 | 301 | 76 | 45 |
| Binary | 100100 | 1111111 | 10011001 | 1001100 | 10001 | 0 | 101000 | 11000001 | 111110 | 100101 |
Color Harmonies of #247F99
Complementary color
Monochromatic Colors of #247F99
Black with #247F99
Text Example
Text Example
White with #247F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F99; }
p { color: rgb(36,127,153); }
H1.HeaderClassName
{
color: #247F99;
}
.AnyTagClassName
{
color: #247F99;
}
</style>
background-color css
<style>
a { background-color: #247F99; }
a { background-color: rgb(36,127,153); }
div.DivClassName
{
background-color: #247F99;
}
.BgClassName
{
background-color: #247F99;
}
</style>
border-color css
<style>
span { border-color: #247F99; }
span { border-color: rgb(36,127,153); }
td.TdClassName
{
border-color: #247F99;
}
.TagClassName
{
border-color: #247F99;
}
</style>