Html Css Color HEX #508BAE Air Force Blue

📋 copy color: '#508BAE'

red 80 ◦ green 139 ◦ blue 174

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

Shades of Air Force Blue #508BAE

Tints of Air Force Blue #508BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 20.36%
G = 35.37%
B = 44.27%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#508BAE (or 0x508BAE) is known color: Air Force Blue. HEX triplet: 50, 8B and AE. RGB value is (80,139,174). Sum of RGB (Red+Green+Blue) = 80+139+174=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #508BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508BAE is #AF7451. Grayscale: #7D7D7D. Windows color (decimal): -11498578 or 11438928. OLE color: 11438928.

HSL color Cylindrical-coordinate representation of color #508BAE: hue angle of 202.34º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #508BAE is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 139 174 -
CMYK 0.54 0.20 0 0.32
HSL 202.34º 0.37% 0.5% -
HSV(B) 202.34º 0.54% 0.68% -
XYZ 20.18 23.23 43.46 -
YUV 125.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 80 139 174 0.54 0.20 0 0.32 202.34 0.37 0.5
Hex 50 8B AE 36 14 0 20 CA 25 32
Octal 120 213 256 66 24 0 40 312 45 62
Binary 1010000 10001011 10101110 110110 10100 0 100000 11001010 100101 110010

Color Harmonies of #508BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BAE

Black with #508BAE

Text Example


Text Example

White with #508BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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