Html Css Color HEX #257F98 Scooter

📋 copy color: '#257F98'

red 37 ◦ green 127 ◦ blue 152

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

Shades of Scooter #257F98

Tints of Scooter #257F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 11.71%
G = 40.19%
B = 48.1%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#257F98 (or 0x257F98) is known color: Scooter. HEX triplet: 25, 7F and 98. RGB value is (37,127,152). Sum of RGB (Red+Green+Blue) = 37+127+152=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #257F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F98 is #DA8067. Grayscale: #666666. Windows color (decimal): -14319720 or 9994021. OLE color: 9994021.

HSL color Cylindrical-coordinate representation of color #257F98: hue angle of 193.04º 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 #257F98 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 127 152 -
CMYK 0.76 0.16 0 0.40
HSL 193.04º 0.61% 0.37% -
HSV(B) 193.04º 0.76% 0.6% -
XYZ 14.02 17.84 32.41 -
YUV 102.94 155.68 80.97 -
System Red Green Blue C M Y K H S L
Decimal 37 127 152 0.76 0.16 0 0.40 193.04 0.61 0.37
Hex 25 7F 98 4C 10 0 28 C1 3D 25
Octal 45 177 230 114 20 0 50 301 75 45
Binary 100101 1111111 10011000 1001100 10000 0 101000 11000001 111101 100101

Color Harmonies of #257F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F98

Black with #257F98

Text Example


Text Example

White with #257F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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