Shades of Scooter #248CA8
Tints of Scooter #248CA8
RGB
CMYK
RGB Variations
Color information
#248CA8 (or 0x248CA8) is known color: Scooter. HEX triplet: 24, 8C and A8. RGB value is (36,140,168). Sum of RGB (Red+Green+Blue) = 36+140+168=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #248CA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248CA8 is #DB7357. Grayscale: #6F6F6F. Windows color (decimal): -14381912 or 11045924. OLE color: 11045924.
HSL color Cylindrical-coordinate representation of color #248CA8: hue angle of 192.73º 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 #248CA8 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 140 | 168 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.34 |
| HSL | 192.73º | 0.65% | 0.4% | - |
| HSV(B) | 192.73º | 0.79% | 0.66% | - |
| XYZ | 17.17 | 21.96 | 40.38 | - |
| YUV | 112.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 168 | 0.79 | 0.17 | 0 | 0.34 | 192.73 | 0.65 | 0.4 |
| Hex | 24 | 8C | A8 | 4F | 11 | 0 | 22 | C1 | 41 | 28 |
| Octal | 44 | 214 | 250 | 117 | 21 | 0 | 42 | 301 | 101 | 50 |
| Binary | 100100 | 10001100 | 10101000 | 1001111 | 10001 | 0 | 100010 | 11000001 | 1000001 | 101000 |
Color Harmonies of #248CA8
Complementary color
Monochromatic Colors of #248CA8
Black with #248CA8
Text Example
Text Example
White with #248CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CA8; }
p { color: rgb(36,140,168); }
H1.HeaderClassName
{
color: #248CA8;
}
.AnyTagClassName
{
color: #248CA8;
}
</style>
background-color css
<style>
a { background-color: #248CA8; }
a { background-color: rgb(36,140,168); }
div.DivClassName
{
background-color: #248CA8;
}
.BgClassName
{
background-color: #248CA8;
}
</style>
border-color css
<style>
span { border-color: #248CA8; }
span { border-color: rgb(36,140,168); }
td.TdClassName
{
border-color: #248CA8;
}
.TagClassName
{
border-color: #248CA8;
}
</style>