Html Css Color HEX #508CBA Steel Blue

📋 copy color: '#508CBA'

red 80 ◦ green 140 ◦ blue 186

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

Shades of Steel Blue #508CBA

Tints of Steel Blue #508CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 19.7%
G = 34.48%
B = 45.81%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#508CBA (or 0x508CBA) is known color: Steel Blue. HEX triplet: 50, 8C and BA. RGB value is (80,140,186). Sum of RGB (Red+Green+Blue) = 80+140+186=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #508CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CBA is #AF7345. Grayscale: #7F7F7F. Windows color (decimal): -11498310 or 12225616. OLE color: 12225616.

HSL color Cylindrical-coordinate representation of color #508CBA: hue angle of 206.04º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508CBA is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 140 186 -
CMYK 0.57 0.25 0 0.27
HSL 206.04º 0.43% 0.52% -
HSV(B) 206.04º 0.57% 0.73% -
XYZ 21.55 24.01 49.95 -
YUV 127.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 80 140 186 0.57 0.25 0 0.27 206.04 0.43 0.52
Hex 50 8C BA 39 19 0 1B CE 2B 34
Octal 120 214 272 71 31 0 33 316 53 64
Binary 1010000 10001100 10111010 111001 11001 0 11011 11001110 101011 110100

Color Harmonies of #508CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CBA

Black with #508CBA

Text Example


Text Example

White with #508CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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