Html Css Color HEX #508FBA Steel Blue

📋 copy color: '#508FBA'

red 80 ◦ green 143 ◦ blue 186

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

Shades of Steel Blue #508FBA

Tints of Steel Blue #508FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.96%

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

R = 19.56%
G = 34.96%
B = 45.48%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#508FBA (or 0x508FBA) is known color: Steel Blue. HEX triplet: 50, 8F and BA. RGB value is (80,143,186). Sum of RGB (Red+Green+Blue) = 80+143+186=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #508FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FBA is #AF7045. Grayscale: #808080. Windows color (decimal): -11497542 or 12226384. OLE color: 12226384.

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

Color convert

RGB 80 143 186 -
CMYK 0.57 0.23 0 0.27
HSL 204.34º 0.43% 0.52% -
HSV(B) 204.34º 0.57% 0.73% -
XYZ 21.99 24.9 50.1 -
YUV 129.07 160.13 93 -
System Red Green Blue C M Y K H S L
Decimal 80 143 186 0.57 0.23 0 0.27 204.34 0.43 0.52
Hex 50 8F BA 39 17 0 1B CC 2B 34
Octal 120 217 272 71 27 0 33 314 53 64
Binary 1010000 10001111 10111010 111001 10111 0 11011 11001100 101011 110100

Color Harmonies of #508FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FBA

Black with #508FBA

Text Example


Text Example

White with #508FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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