Shades of Scooter #248BA8
Tints of Scooter #248BA8
RGB
CMYK
RGB Variations
Color information
#248BA8 (or 0x248BA8) is known color: Scooter. HEX triplet: 24, 8B and A8. RGB value is (36,139,168). Sum of RGB (Red+Green+Blue) = 36+139+168=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 168 - color contains mainly: blue. Hex color #248BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248BA8 is #DB7457. Grayscale: #6F6F6F. Windows color (decimal): -14382168 or 11045668. OLE color: 11045668.
HSL color Cylindrical-coordinate representation of color #248BA8: hue angle of 193.18º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248BA8 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 139 | 168 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.34 |
| HSL | 193.18º | 0.65% | 0.4% | - |
| HSV(B) | 193.18º | 0.79% | 0.66% | - |
| XYZ | 17.03 | 21.67 | 40.33 | - |
| YUV | 111.51 | 159.88 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 168 | 0.79 | 0.17 | 0 | 0.34 | 193.18 | 0.65 | 0.4 |
| Hex | 24 | 8B | A8 | 4F | 11 | 0 | 22 | C1 | 41 | 28 |
| Octal | 44 | 213 | 250 | 117 | 21 | 0 | 42 | 301 | 101 | 50 |
| Binary | 100100 | 10001011 | 10101000 | 1001111 | 10001 | 0 | 100010 | 11000001 | 1000001 | 101000 |
Color Harmonies of #248BA8
Complementary color
Monochromatic Colors of #248BA8
Black with #248BA8
Text Example
Text Example
White with #248BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248BA8; }
p { color: rgb(36,139,168); }
H1.HeaderClassName
{
color: #248BA8;
}
.AnyTagClassName
{
color: #248BA8;
}
</style>
background-color css
<style>
a { background-color: #248BA8; }
a { background-color: rgb(36,139,168); }
div.DivClassName
{
background-color: #248BA8;
}
.BgClassName
{
background-color: #248BA8;
}
</style>
border-color css
<style>
span { border-color: #248BA8; }
span { border-color: rgb(36,139,168); }
td.TdClassName
{
border-color: #248BA8;
}
.TagClassName
{
border-color: #248BA8;
}
</style>