Html Css Color HEX #508BB9 Steel Blue

📋 copy color: '#508BB9'

red 80 ◦ green 139 ◦ blue 185

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

Shades of Steel Blue #508BB9

Tints of Steel Blue #508BB9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.41%

 BLUE value IS 185 (72.66% from 255) = 45.79%

R = 19.8%
G = 34.41%
B = 45.79%

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

#508BB9 (or 0x508BB9) is known color: Steel Blue. HEX triplet: 50, 8B and B9. RGB value is (80,139,185). Sum of RGB (Red+Green+Blue) = 80+139+185=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #508BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BB9 is #AF7446. Grayscale: #7E7E7E. Windows color (decimal): -11498567 or 12159824. OLE color: 12159824.

HSL color Cylindrical-coordinate representation of color #508BB9: hue angle of 206.29º 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 #508BB9 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 139 185 -
CMYK 0.57 0.25 0 0.27
HSL 206.29º 0.43% 0.52% -
HSV(B) 206.29º 0.57% 0.73% -
XYZ 21.3 23.67 49.35 -
YUV 126.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 80 139 185 0.57 0.25 0 0.27 206.29 0.43 0.52
Hex 50 8B B9 39 19 0 1B CE 2B 34
Octal 120 213 271 71 31 0 33 316 53 64
Binary 1010000 10001011 10111001 111001 11001 0 11011 11001110 101011 110100

Color Harmonies of #508BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BB9

Black with #508BB9

Text Example


Text Example

White with #508BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,139,185); }

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

background-color css

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

 a { background-color: rgb(80,139,185); }

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

border-color css

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

 span { border-color: rgb(80,139,185); }

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