Html Css Color HEX #507FA0 Air Force Blue

📋 copy color: '#507FA0'

red 80 ◦ green 127 ◦ blue 160

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

Shades of Air Force Blue #507FA0

Tints of Air Force Blue #507FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 34.6%

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

R = 21.8%
G = 34.6%
B = 43.6%

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

#507FA0 (or 0x507FA0) is known color: Air Force Blue. HEX triplet: 50, 7F and A0. RGB value is (80,127,160). Sum of RGB (Red+Green+Blue) = 80+127+160=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #507FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FA0 is #AF805F. Grayscale: #747474. Windows color (decimal): -11501664 or 10518352. OLE color: 10518352.

HSL color Cylindrical-coordinate representation of color #507FA0: hue angle of 204.75º 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 #507FA0 is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 127 160 -
CMYK 0.5 0.21 0 0.37
HSL 204.75º 0.33% 0.47% -
HSV(B) 204.75º 0.5% 0.63% -
XYZ 17.24 19.42 36.1 -
YUV 116.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 80 127 160 0.5 0.21 0 0.37 204.75 0.33 0.47
Hex 50 7F A0 32 15 0 25 CD 21 2F
Octal 120 177 240 62 25 0 45 315 41 57
Binary 1010000 1111111 10100000 110010 10101 0 100101 11001101 100001 101111

Color Harmonies of #507FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FA0

Black with #507FA0

Text Example


Text Example

White with #507FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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