Html Css Color HEX #257E9B Scooter

📋 copy color: '#257E9B'

red 37 ◦ green 126 ◦ blue 155

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

Shades of Scooter #257E9B

Tints of Scooter #257E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.74%

R = 11.64%
G = 39.62%
B = 48.74%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#257E9B (or 0x257E9B) is known color: Scooter. HEX triplet: 25, 7E and 9B. RGB value is (37,126,155). Sum of RGB (Red+Green+Blue) = 37+126+155=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #257E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E9B is #DA8164. Grayscale: #666666. Windows color (decimal): -14319973 or 10190373. OLE color: 10190373.

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

Color convert

RGB 37 126 155 -
CMYK 0.76 0.19 0 0.39
HSL 194.75º 0.61% 0.38% -
HSV(B) 194.75º 0.76% 0.61% -
XYZ 14.14 17.68 33.68 -
YUV 102.7 157.51 81.14 -
System Red Green Blue C M Y K H S L
Decimal 37 126 155 0.76 0.19 0 0.39 194.75 0.61 0.38
Hex 25 7E 9B 4C 13 0 27 C3 3D 26
Octal 45 176 233 114 23 0 47 303 75 46
Binary 100101 1111110 10011011 1001100 10011 0 100111 11000011 111101 100110

Color Harmonies of #257E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257E9B

Black with #257E9B

Text Example


Text Example

White with #257E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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