#518EB2

Color #518EB2 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #518EB2

Tints of Air Force Blue #518EB2

Color information

#518EB2 (or 0x518EB2) is unknown color: approx Air Force Blue. HEX triplet: 51, 8E and B2. RGB value is (81,142,178). Sum of RGB (Red+Green+Blue) = 81+142+178=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #518EB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518EB2 is #AE714D. Grayscale: #7F7F7F. Windows color (decimal): -11432270 or 11701841. OLE color: 11701841.

HSL color Cylindrical-coordinate representation of color #518EB2: hue angle of 202.27º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #518EB2 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB81142178-
CMYK0.540.2000.30
HSL202.27º38.65%50.78%-
HSV(B)202.27º54.49%69.8%-
XYZ21.124.3145.7-
YUV127.86156.2994.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 178 (69.92% from 255) = 44.39%
R=20.20%
G=35.41%
B=44.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811421780.540.2000.30202.2738.6550.78
Hex518EB2361401Eca2733
Octal12121626266240363124763
Binary101000110001110101100101101101010001111011001010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518EB2; }

 p { color: rgb(81,142,178); }

 H1.HeaderClassName
 {
   color: #518EB2;
 }
 .AnyTagClassName
 {
   color: #518EB2;
 }
</style>
background-color css

<style>
 a { background-color: #518EB2; }

 a { background-color: rgb(81,142,178); }

 div.DivClassName
 {
   background-color: #518EB2;
 }
 .BgClassName
 {
   background-color: #518EB2;
 }
</style>
border-color css

<style>
 span { border-color: #518EB2; }

 span { border-color: rgb(81,142,178); }

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