Html Css Color HEX #257F99 Scooter

📋 copy color: '#257F99'

red 37 ◦ green 127 ◦ blue 153

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

Shades of Scooter #257F99

Tints of Scooter #257F99

RGB

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

 GREEN value IS 127 (50% from 255) = 40.06%

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 11.67%
G = 40.06%
B = 48.26%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#257F99 (or 0x257F99) is known color: Scooter. HEX triplet: 25, 7F and 99. RGB value is (37,127,153). Sum of RGB (Red+Green+Blue) = 37+127+153=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #257F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F99 is #DA8066. Grayscale: #666666. Windows color (decimal): -14319719 or 10059557. OLE color: 10059557.

HSL color Cylindrical-coordinate representation of color #257F99: hue angle of 193.45º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257F99 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 127 153 -
CMYK 0.76 0.17 0 0.4
HSL 193.45º 0.61% 0.37% -
HSV(B) 193.45º 0.76% 0.6% -
XYZ 14.1 17.87 32.84 -
YUV 103.05 156.18 80.89 -
System Red Green Blue C M Y K H S L
Decimal 37 127 153 0.76 0.17 0 0.4 193.45 0.61 0.37
Hex 25 7F 99 4C 11 0 28 C1 3D 25
Octal 45 177 231 114 21 0 50 301 75 45
Binary 100101 1111111 10011001 1001100 10001 0 101000 11000001 111101 100101

Color Harmonies of #257F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F99

Black with #257F99

Text Example


Text Example

White with #257F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,127,153); }

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

background-color css

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

 a { background-color: rgb(37,127,153); }

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

border-color css

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

 span { border-color: rgb(37,127,153); }

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