Html Css Color HEX #507C9F Air Force Blue

📋 copy color: '#507C9F'

red 80 ◦ green 124 ◦ blue 159

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

Shades of Air Force Blue #507C9F

Tints of Air Force Blue #507C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

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

R = 22.04%
G = 34.16%
B = 43.8%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#507C9F (or 0x507C9F) is known color: Air Force Blue. HEX triplet: 50, 7C and 9F. RGB value is (80,124,159). Sum of RGB (Red+Green+Blue) = 80+124+159=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #507C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C9F is #AF8360. Grayscale: #727272. Windows color (decimal): -11502433 or 10452048. OLE color: 10452048.

HSL color Cylindrical-coordinate representation of color #507C9F: hue angle of 206.58º 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 #507C9F is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 124 159 -
CMYK 0.50 0.22 0 0.38
HSL 206.58º 0.33% 0.47% -
HSV(B) 206.58º 0.5% 0.62% -
XYZ 16.77 18.62 35.51 -
YUV 114.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 80 124 159 0.50 0.22 0 0.38 206.58 0.33 0.47
Hex 50 7C 9F 32 16 0 26 CF 21 2F
Octal 120 174 237 62 26 0 46 317 41 57
Binary 1010000 1111100 10011111 110010 10110 0 100110 11001111 100001 101111

Color Harmonies of #507C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C9F

Black with #507C9F

Text Example


Text Example

White with #507C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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