Html Css Color HEX #507D9F Air Force Blue

📋 copy color: '#507D9F'

red 80 ◦ green 125 ◦ blue 159

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

Shades of Air Force Blue #507D9F

Tints of Air Force Blue #507D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

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

R = 21.98%
G = 34.34%
B = 43.68%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#507D9F (or 0x507D9F) is known color: Air Force Blue. HEX triplet: 50, 7D and 9F. RGB value is (80,125,159). Sum of RGB (Red+Green+Blue) = 80+125+159=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #507D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D9F is #AF8260. Grayscale: #737373. Windows color (decimal): -11502177 or 10452304. OLE color: 10452304.

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

Color convert

RGB 80 125 159 -
CMYK 0.50 0.21 0 0.38
HSL 205.82º 0.33% 0.47% -
HSV(B) 205.82º 0.5% 0.62% -
XYZ 16.9 18.88 35.55 -
YUV 115.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 80 125 159 0.50 0.21 0 0.38 205.82 0.33 0.47
Hex 50 7D 9F 32 15 0 26 CE 21 2F
Octal 120 175 237 62 25 0 46 316 41 57
Binary 1010000 1111101 10011111 110010 10101 0 100110 11001110 100001 101111

Color Harmonies of #507D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507D9F

Black with #507D9F

Text Example


Text Example

White with #507D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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