Html Css Color HEX #257F9F Scooter

📋 copy color: '#257F9F'

red 37 ◦ green 127 ◦ blue 159

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

Shades of Scooter #257F9F

Tints of Scooter #257F9F

RGB

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

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

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

R = 11.46%
G = 39.32%
B = 49.23%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#257F9F (or 0x257F9F) is known color: Scooter. HEX triplet: 25, 7F and 9F. RGB value is (37,127,159). Sum of RGB (Red+Green+Blue) = 37+127+159=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #257F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F9F is #DA8060. Grayscale: #676767. Windows color (decimal): -14319713 or 10452773. OLE color: 10452773.

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

Color convert

RGB 37 127 159 -
CMYK 0.77 0.20 0 0.38
HSL 195.74º 0.62% 0.38% -
HSV(B) 195.74º 0.77% 0.62% -
XYZ 14.61 18.08 35.52 -
YUV 103.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 37 127 159 0.77 0.20 0 0.38 195.74 0.62 0.38
Hex 25 7F 9F 4D 14 0 26 C4 3E 26
Octal 45 177 237 115 24 0 46 304 76 46
Binary 100101 1111111 10011111 1001101 10100 0 100110 11000100 111110 100110

Color Harmonies of #257F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F9F

Black with #257F9F

Text Example


Text Example

White with #257F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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