Html Css Color HEX #507EA4 Air Force Blue

📋 copy color: '#507EA4'

red 80 ◦ green 126 ◦ blue 164

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

Shades of Air Force Blue #507EA4

Tints of Air Force Blue #507EA4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.05%

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

R = 21.62%
G = 34.05%
B = 44.32%

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

#507EA4 (or 0x507EA4) is known color: Air Force Blue. HEX triplet: 50, 7E and A4. RGB value is (80,126,164). Sum of RGB (Red+Green+Blue) = 80+126+164=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #507EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507EA4 is #AF815B. Grayscale: #747474. Windows color (decimal): -11501916 or 10780240. OLE color: 10780240.

HSL color Cylindrical-coordinate representation of color #507EA4: hue angle of 207.14º 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 #507EA4 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 126 164 -
CMYK 0.51 0.23 0 0.36
HSL 207.14º 0.34% 0.48% -
HSV(B) 207.14º 0.51% 0.64% -
XYZ 17.47 19.31 37.93 -
YUV 116.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 80 126 164 0.51 0.23 0 0.36 207.14 0.34 0.48
Hex 50 7E A4 33 17 0 24 CF 22 30
Octal 120 176 244 63 27 0 44 317 42 60
Binary 1010000 1111110 10100100 110011 10111 0 100100 11001111 100010 110000

Color Harmonies of #507EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EA4

Black with #507EA4

Text Example


Text Example

White with #507EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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