Html Css Color HEX #257E9D Scooter

📋 copy color: '#257E9D'

red 37 ◦ green 126 ◦ blue 157

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

Shades of Scooter #257E9D

Tints of Scooter #257E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.38%

 BLUE value IS 157 (61.72% from 255) = 49.06%

R = 11.56%
G = 39.38%
B = 49.06%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#257E9D (or 0x257E9D) is known color: Scooter. HEX triplet: 25, 7E and 9D. RGB value is (37,126,157). Sum of RGB (Red+Green+Blue) = 37+126+157=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #257E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E9D is #DA8162. Grayscale: #666666. Windows color (decimal): -14319971 or 10321445. OLE color: 10321445.

HSL color Cylindrical-coordinate representation of color #257E9D: hue angle of 195.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257E9D is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 126 157 -
CMYK 0.76 0.20 0 0.38
HSL 195.5º 0.62% 0.38% -
HSV(B) 195.5º 0.76% 0.62% -
XYZ 14.31 17.75 34.57 -
YUV 102.92 158.51 80.98 -
System Red Green Blue C M Y K H S L
Decimal 37 126 157 0.76 0.20 0 0.38 195.5 0.62 0.38
Hex 25 7E 9D 4C 14 0 26 C4 3E 26
Octal 45 176 235 114 24 0 46 304 76 46
Binary 100101 1111110 10011101 1001100 10100 0 100110 11000100 111110 100110

Color Harmonies of #257E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257E9D

Black with #257E9D

Text Example


Text Example

White with #257E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,126,157); }

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

background-color css

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

 a { background-color: rgb(37,126,157); }

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

border-color css

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

 span { border-color: rgb(37,126,157); }

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