Html Css Color HEX #507F9F Air Force Blue

📋 copy color: '#507F9F'

red 80 ◦ green 127 ◦ blue 159

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

Shades of Air Force Blue #507F9F

Tints of Air Force Blue #507F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.44%

R = 21.86%
G = 34.7%
B = 43.44%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#507F9F (or 0x507F9F) is known color: Air Force Blue. HEX triplet: 50, 7F and 9F. RGB value is (80,127,159). Sum of RGB (Red+Green+Blue) = 80+127+159=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #507F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F9F is #AF8060. Grayscale: #747474. Windows color (decimal): -11501665 or 10452816. OLE color: 10452816.

HSL color Cylindrical-coordinate representation of color #507F9F: hue angle of 204.3º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #507F9F is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 127 159 -
CMYK 0.50 0.20 0 0.38
HSL 204.3º 0.33% 0.47% -
HSV(B) 204.3º 0.5% 0.62% -
XYZ 17.16 19.39 35.64 -
YUV 116.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 80 127 159 0.50 0.20 0 0.38 204.3 0.33 0.47
Hex 50 7F 9F 32 14 0 26 CC 21 2F
Octal 120 177 237 62 24 0 46 314 41 57
Binary 1010000 1111111 10011111 110010 10100 0 100110 11001100 100001 101111

Color Harmonies of #507F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F9F

Black with #507F9F

Text Example


Text Example

White with #507F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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