#257D9E

Color #257D9E Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #257D9E

Tints of Scooter #257D9E

Color information

#257D9E (or 0x257D9E) is unknown color: approx 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

RGB37125158-
CMYK0.770.2100.38
HSL196.36º62.05%38.24%-
HSV(B)196.36º76.58%61.96%-
XYZ14.2717.5334.98-
YUV102.45159.3581.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 11.56%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=11.56%
G=39.06%
B=49.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371251580.770.2100.38196.3662.0538.24
Hex257D9E4D15026c43e26
Octal45175236115250463047646
Binary100101111110110011110100110110101010011011000100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>