Html Css Color HEX #257DA0 Scooter

📋 copy color: '#257DA0'

red 37 ◦ green 125 ◦ blue 160

#257DA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #257DA0

Tints of Scooter #257DA0

RGB

 RED value IS 37 (14.84% from 255) = 11.49%

 GREEN value IS 125 (49.22% from 255) = 38.82%

 BLUE value IS 160 (62.89% from 255) = 49.69%

R = 11.49%
G = 38.82%
B = 49.69%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#257DA0 (or 0x257DA0) is known color: Scooter. HEX triplet: 25, 7D and A0. RGB value is (37,125,160). Sum of RGB (Red+Green+Blue) = 37+125+160=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #257DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DA0 is #DA825F. Grayscale: #666666. Windows color (decimal): -14320224 or 10517797. OLE color: 10517797.

HSL color Cylindrical-coordinate representation of color #257DA0: hue angle of 197.07º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #257DA0 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 125 160 -
CMYK 0.77 0.22 0 0.37
HSL 197.07º 0.62% 0.39% -
HSV(B) 197.07º 0.77% 0.63% -
XYZ 14.44 17.6 35.89 -
YUV 102.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 37 125 160 0.77 0.22 0 0.37 197.07 0.62 0.39
Hex 25 7D A0 4D 16 0 25 C5 3E 27
Octal 45 175 240 115 26 0 45 305 76 47
Binary 100101 1111101 10100000 1001101 10110 0 100101 11000101 111110 100111

Color Harmonies of #257DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DA0

Black with #257DA0

Text Example


Text Example

White with #257DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257DA0; }

 p { color: rgb(37,125,160); }

 H1.HeaderClassName
 {
   color: #257DA0;
 }
 .AnyTagClassName
 {
   color: #257DA0;
 }
</style>

background-color css

<style>
 a { background-color: #257DA0; }

 a { background-color: rgb(37,125,160); }

 div.DivClassName
 {
   background-color: #257DA0;
 }
 .BgClassName
 {
   background-color: #257DA0;
 }
</style>

border-color css

<style>
 span { border-color: #257DA0; }

 span { border-color: rgb(37,125,160); }

 td.TdClassName
 {
   border-color: #257DA0;
 }
 .TagClassName
 {
   border-color: #257DA0;
 }
</style>