Html Css Color HEX #508CB7 Steel Blue

📋 copy color: '#508CB7'

red 80 ◦ green 140 ◦ blue 183

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

Shades of Steel Blue #508CB7

Tints of Steel Blue #508CB7

RGB

 RED value IS 80 (31.64% from 255) = 19.85%

 GREEN value IS 140 (55.08% from 255) = 34.74%

 BLUE value IS 183 (71.88% from 255) = 45.41%

R = 19.85%
G = 34.74%
B = 45.41%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#508CB7 (or 0x508CB7) is known color: Steel Blue. HEX triplet: 50, 8C and B7. RGB value is (80,140,183). Sum of RGB (Red+Green+Blue) = 80+140+183=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #508CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CB7 is #AF7348. Grayscale: #7E7E7E. Windows color (decimal): -11498313 or 12029008. OLE color: 12029008.

HSL color Cylindrical-coordinate representation of color #508CB7: hue angle of 205.05º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #508CB7 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 140 183 -
CMYK 0.56 0.23 0 0.28
HSL 205.05º 0.42% 0.52% -
HSV(B) 205.05º 0.56% 0.72% -
XYZ 21.23 23.88 48.29 -
YUV 126.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 80 140 183 0.56 0.23 0 0.28 205.05 0.42 0.52
Hex 50 8C B7 38 17 0 1C CD 2A 34
Octal 120 214 267 70 27 0 34 315 52 64
Binary 1010000 10001100 10110111 111000 10111 0 11100 11001101 101010 110100

Color Harmonies of #508CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CB7

Black with #508CB7

Text Example


Text Example

White with #508CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508CB7; }

 p { color: rgb(80,140,183); }

 H1.HeaderClassName
 {
   color: #508CB7;
 }
 .AnyTagClassName
 {
   color: #508CB7;
 }
</style>

background-color css

<style>
 a { background-color: #508CB7; }

 a { background-color: rgb(80,140,183); }

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

border-color css

<style>
 span { border-color: #508CB7; }

 span { border-color: rgb(80,140,183); }

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