Html Css Color HEX #507FA4 Air Force Blue

📋 copy color: '#507FA4'

red 80 ◦ green 127 ◦ blue 164

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

Shades of Air Force Blue #507FA4

Tints of Air Force Blue #507FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.2%

R = 21.56%
G = 34.23%
B = 44.2%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#507FA4 (or 0x507FA4) is known color: Air Force Blue. HEX triplet: 50, 7F and A4. RGB value is (80,127,164). Sum of RGB (Red+Green+Blue) = 80+127+164=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #507FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FA4 is #AF805B. Grayscale: #747474. Windows color (decimal): -11501660 or 10780496. OLE color: 10780496.

HSL color Cylindrical-coordinate representation of color #507FA4: hue angle of 206.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #507FA4 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 127 164 -
CMYK 0.51 0.23 0 0.36
HSL 206.43º 0.34% 0.48% -
HSV(B) 206.43º 0.51% 0.64% -
XYZ 17.6 19.56 37.97 -
YUV 117.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 80 127 164 0.51 0.23 0 0.36 206.43 0.34 0.48
Hex 50 7F A4 33 17 0 24 CE 22 30
Octal 120 177 244 63 27 0 44 316 42 60
Binary 1010000 1111111 10100100 110011 10111 0 100100 11001110 100010 110000

Color Harmonies of #507FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FA4

Black with #507FA4

Text Example


Text Example

White with #507FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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