Html Css Color HEX #257D9F Scooter

📋 copy color: '#257D9F'

red 37 ◦ green 125 ◦ blue 159

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

Shades of Scooter #257D9F

Tints of Scooter #257D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.53%

R = 11.53%
G = 38.94%
B = 49.53%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#257D9F (or 0x257D9F) is known color: Scooter. HEX triplet: 25, 7D and 9F. RGB value is (37,125,159). Sum of RGB (Red+Green+Blue) = 37+125+159=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #257D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257D9F is #DA8260. Grayscale: #666666. Windows color (decimal): -14320225 or 10452261. OLE color: 10452261.

HSL color Cylindrical-coordinate representation of color #257D9F: hue angle of 196.72º 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 #257D9F is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 125 159 -
CMYK 0.77 0.21 0 0.38
HSL 196.72º 0.62% 0.38% -
HSV(B) 196.72º 0.77% 0.62% -
XYZ 14.35 17.56 35.43 -
YUV 102.56 159.85 81.24 -
System Red Green Blue C M Y K H S L
Decimal 37 125 159 0.77 0.21 0 0.38 196.72 0.62 0.38
Hex 25 7D 9F 4D 15 0 26 C5 3E 26
Octal 45 175 237 115 25 0 46 305 76 46
Binary 100101 1111101 10011111 1001101 10101 0 100110 11000101 111110 100110

Color Harmonies of #257D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D9F

Black with #257D9F

Text Example


Text Example

White with #257D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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