Shades of Scooter #257D9E
Tints of Scooter #257D9E
RGB
CMYK
RGB Variations
Color information
#257D9E (or 0x257D9E) is known color: Scooter. HEX triplet: 25, 7D and 9E. RGB value is (37,125,158). Sum of RGB (Red+Green+Blue) = 37+125+158=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #257D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257D9E is #DA8261. Grayscale: #666666. Windows color (decimal): -14320226 or 10386725. OLE color: 10386725.
HSL color Cylindrical-coordinate representation of color #257D9E: hue angle of 196.36º degrees, saturation: 0.62, 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 #257D9E is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 125 | 158 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.38 |
| HSL | 196.36º | 0.62% | 0.38% | - |
| HSV(B) | 196.36º | 0.77% | 0.62% | - |
| XYZ | 14.27 | 17.53 | 34.98 | - |
| YUV | 102.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 158 | 0.77 | 0.21 | 0 | 0.38 | 196.36 | 0.62 | 0.38 |
| Hex | 25 | 7D | 9E | 4D | 15 | 0 | 26 | C4 | 3E | 26 |
| Octal | 45 | 175 | 236 | 115 | 25 | 0 | 46 | 304 | 76 | 46 |
| Binary | 100101 | 1111101 | 10011110 | 1001101 | 10101 | 0 | 100110 | 11000100 | 111110 | 100110 |
Color Harmonies of #257D9E
Complementary color
Monochromatic Colors of #257D9E
Black with #257D9E
Text Example
Text Example
White with #257D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D9E; }
p { color: rgb(37,125,158); }
H1.HeaderClassName
{
color: #257D9E;
}
.AnyTagClassName
{
color: #257D9E;
}
</style>
background-color css
<style>
a { background-color: #257D9E; }
a { background-color: rgb(37,125,158); }
div.DivClassName
{
background-color: #257D9E;
}
.BgClassName
{
background-color: #257D9E;
}
</style>
border-color css
<style>
span { border-color: #257D9E; }
span { border-color: rgb(37,125,158); }
td.TdClassName
{
border-color: #257D9E;
}
.TagClassName
{
border-color: #257D9E;
}
</style>