Html Css Color HEX #507EA0 Air Force Blue

📋 copy color: '#507EA0'

red 80 ◦ green 126 ◦ blue 160

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

Shades of Air Force Blue #507EA0

Tints of Air Force Blue #507EA0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 21.86%
G = 34.43%
B = 43.72%

CMYK

 C value IS 0.5

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#507EA0 (or 0x507EA0) is known color: Air Force Blue. HEX triplet: 50, 7E and A0. RGB value is (80,126,160). Sum of RGB (Red+Green+Blue) = 80+126+160=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #507EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507EA0 is #AF815F. Grayscale: #737373. Windows color (decimal): -11501920 or 10518096. OLE color: 10518096.

HSL color Cylindrical-coordinate representation of color #507EA0: hue angle of 205.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #507EA0 is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 126 160 -
CMYK 0.5 0.21 0 0.37
HSL 205.5º 0.33% 0.47% -
HSV(B) 205.5º 0.5% 0.63% -
XYZ 17.11 19.17 36.05 -
YUV 116.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 80 126 160 0.5 0.21 0 0.37 205.5 0.33 0.47
Hex 50 7E A0 32 15 0 25 CE 21 2F
Octal 120 176 240 62 25 0 45 316 41 57
Binary 1010000 1111110 10100000 110010 10101 0 100101 11001110 100001 101111

Color Harmonies of #507EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EA0

Black with #507EA0

Text Example


Text Example

White with #507EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507EA0; }

 p { color: rgb(80,126,160); }

 H1.HeaderClassName
 {
   color: #507EA0;
 }
 .AnyTagClassName
 {
   color: #507EA0;
 }
</style>

background-color css

<style>
 a { background-color: #507EA0; }

 a { background-color: rgb(80,126,160); }

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

border-color css

<style>
 span { border-color: #507EA0; }

 span { border-color: rgb(80,126,160); }

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