Shades of Scooter #247F98
Tints of Scooter #247F98
RGB
CMYK
RGB Variations
Color information
#247F98 (or 0x247F98) is known color: Scooter. HEX triplet: 24, 7F and 98. RGB value is (36,127,152). Sum of RGB (Red+Green+Blue) = 36+127+152=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #247F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F98 is #DB8067. Grayscale: #666666. Windows color (decimal): -14385256 or 9994020. OLE color: 9994020.
HSL color Cylindrical-coordinate representation of color #247F98: hue angle of 192.93º 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 #247F98 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 127 | 152 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.40 |
| HSL | 192.93º | 0.62% | 0.37% | - |
| HSV(B) | 192.93º | 0.76% | 0.6% | - |
| XYZ | 13.98 | 17.82 | 32.41 | - |
| YUV | 102.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 152 | 0.76 | 0.16 | 0 | 0.40 | 192.93 | 0.62 | 0.37 |
| Hex | 24 | 7F | 98 | 4C | 10 | 0 | 28 | C1 | 3E | 25 |
| Octal | 44 | 177 | 230 | 114 | 20 | 0 | 50 | 301 | 76 | 45 |
| Binary | 100100 | 1111111 | 10011000 | 1001100 | 10000 | 0 | 101000 | 11000001 | 111110 | 100101 |
Color Harmonies of #247F98
Complementary color
Monochromatic Colors of #247F98
Black with #247F98
Text Example
Text Example
White with #247F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F98; }
p { color: rgb(36,127,152); }
H1.HeaderClassName
{
color: #247F98;
}
.AnyTagClassName
{
color: #247F98;
}
</style>
background-color css
<style>
a { background-color: #247F98; }
a { background-color: rgb(36,127,152); }
div.DivClassName
{
background-color: #247F98;
}
.BgClassName
{
background-color: #247F98;
}
</style>
border-color css
<style>
span { border-color: #247F98; }
span { border-color: rgb(36,127,152); }
td.TdClassName
{
border-color: #247F98;
}
.TagClassName
{
border-color: #247F98;
}
</style>