Shades of Scooter #247D9F
Tints of Scooter #247D9F
RGB
CMYK
RGB Variations
Color information
#247D9F (or 0x247D9F) is known color: Scooter. HEX triplet: 24, 7D and 9F. RGB value is (36,125,159). Sum of RGB (Red+Green+Blue) = 36+125+159=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #247D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D9F is #DB8260. Grayscale: #666666. Windows color (decimal): -14385761 or 10452260. OLE color: 10452260.
HSL color Cylindrical-coordinate representation of color #247D9F: hue angle of 196.59º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #247D9F is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 125 | 159 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.38 |
| HSL | 196.59º | 0.63% | 0.38% | - |
| HSV(B) | 196.59º | 0.77% | 0.62% | - |
| XYZ | 14.32 | 17.55 | 35.43 | - |
| YUV | 102.27 | 160.01 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 159 | 0.77 | 0.21 | 0 | 0.38 | 196.59 | 0.63 | 0.38 |
| Hex | 24 | 7D | 9F | 4D | 15 | 0 | 26 | C5 | 3F | 26 |
| Octal | 44 | 175 | 237 | 115 | 25 | 0 | 46 | 305 | 77 | 46 |
| Binary | 100100 | 1111101 | 10011111 | 1001101 | 10101 | 0 | 100110 | 11000101 | 111111 | 100110 |
Color Harmonies of #247D9F
Complementary color
Monochromatic Colors of #247D9F
Black with #247D9F
Text Example
Text Example
White with #247D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247D9F; }
p { color: rgb(36,125,159); }
H1.HeaderClassName
{
color: #247D9F;
}
.AnyTagClassName
{
color: #247D9F;
}
</style>
background-color css
<style>
a { background-color: #247D9F; }
a { background-color: rgb(36,125,159); }
div.DivClassName
{
background-color: #247D9F;
}
.BgClassName
{
background-color: #247D9F;
}
</style>
border-color css
<style>
span { border-color: #247D9F; }
span { border-color: rgb(36,125,159); }
td.TdClassName
{
border-color: #247D9F;
}
.TagClassName
{
border-color: #247D9F;
}
</style>