Html Css Color HEX #508ABA Steel Blue

📋 copy color: '#508ABA'

red 80 ◦ green 138 ◦ blue 186

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

Shades of Steel Blue #508ABA

Tints of Steel Blue #508ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

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

R = 19.8%
G = 34.16%
B = 46.04%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#508ABA (or 0x508ABA) is known color: Steel Blue. HEX triplet: 50, 8A and BA. RGB value is (80,138,186). Sum of RGB (Red+Green+Blue) = 80+138+186=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #508ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ABA is #AF7545. Grayscale: #7D7D7D. Windows color (decimal): -11498822 or 12225104. OLE color: 12225104.

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

Color convert

RGB 80 138 186 -
CMYK 0.57 0.26 0 0.27
HSL 207.17º 0.43% 0.52% -
HSV(B) 207.17º 0.57% 0.73% -
XYZ 21.26 23.43 49.86 -
YUV 126.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 80 138 186 0.57 0.26 0 0.27 207.17 0.43 0.52
Hex 50 8A BA 39 1A 0 1B CF 2B 34
Octal 120 212 272 71 32 0 33 317 53 64
Binary 1010000 10001010 10111010 111001 11010 0 11011 11001111 101011 110100

Color Harmonies of #508ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ABA

Black with #508ABA

Text Example


Text Example

White with #508ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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