Shades of Scooter #2485A8
Tints of Scooter #2485A8
RGB
CMYK
RGB Variations
Color information
#2485A8 (or 0x2485A8) is known color: Scooter. HEX triplet: 24, 85 and A8. RGB value is (36,133,168). Sum of RGB (Red+Green+Blue) = 36+133+168=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 168 (66.02% from 255 or 49.85% from 337); Max value from RGB is 168 - color contains mainly: blue. Hex color #2485A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2485A8 is #DB7A57. Grayscale: #6B6B6B. Windows color (decimal): -14383704 or 11044132. OLE color: 11044132.
HSL color Cylindrical-coordinate representation of color #2485A8: hue angle of 195.91º 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 #2485A8 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 133 | 168 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.34 |
| HSL | 195.91º | 0.65% | 0.4% | - |
| HSV(B) | 195.91º | 0.79% | 0.66% | - |
| XYZ | 16.18 | 19.98 | 40.05 | - |
| YUV | 107.99 | 161.86 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 168 | 0.79 | 0.21 | 0 | 0.34 | 195.91 | 0.65 | 0.4 |
| Hex | 24 | 85 | A8 | 4F | 15 | 0 | 22 | C4 | 41 | 28 |
| Octal | 44 | 205 | 250 | 117 | 25 | 0 | 42 | 304 | 101 | 50 |
| Binary | 100100 | 10000101 | 10101000 | 1001111 | 10101 | 0 | 100010 | 11000100 | 1000001 | 101000 |
Color Harmonies of #2485A8
Complementary color
Monochromatic Colors of #2485A8
Black with #2485A8
Text Example
Text Example
White with #2485A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2485A8; }
p { color: rgb(36,133,168); }
H1.HeaderClassName
{
color: #2485A8;
}
.AnyTagClassName
{
color: #2485A8;
}
</style>
background-color css
<style>
a { background-color: #2485A8; }
a { background-color: rgb(36,133,168); }
div.DivClassName
{
background-color: #2485A8;
}
.BgClassName
{
background-color: #2485A8;
}
</style>
border-color css
<style>
span { border-color: #2485A8; }
span { border-color: rgb(36,133,168); }
td.TdClassName
{
border-color: #2485A8;
}
.TagClassName
{
border-color: #2485A8;
}
</style>