Html Css Color HEX #518DB3 Air Force Blue

📋 copy color: '#518DB3'

red 81 ◦ green 141 ◦ blue 179

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

Shades of Air Force Blue #518DB3

Tints of Air Force Blue #518DB3

RGB

 RED value IS 81 (32.03% from 255) = 20.2%

 GREEN value IS 141 (55.47% from 255) = 35.16%

 BLUE value IS 179 (70.31% from 255) = 44.64%

R = 20.2%
G = 35.16%
B = 44.64%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#518DB3 (or 0x518DB3) is known color: Air Force Blue. HEX triplet: 51, 8D and B3. RGB value is (81,141,179). Sum of RGB (Red+Green+Blue) = 81+141+179=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #518DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DB3 is #AE724C. Grayscale: #7F7F7F. Windows color (decimal): -11432525 or 11767121. OLE color: 11767121.

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

Color convert

RGB 81 141 179 -
CMYK 0.55 0.21 0 0.30
HSL 203.27º 0.39% 0.51% -
HSV(B) 203.27º 0.55% 0.7% -
XYZ 21.05 24.05 46.18 -
YUV 127.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 81 141 179 0.55 0.21 0 0.30 203.27 0.39 0.51
Hex 51 8D B3 37 15 0 1E CB 27 33
Octal 121 215 263 67 25 0 36 313 47 63
Binary 1010001 10001101 10110011 110111 10101 0 11110 11001011 100111 110011

Color Harmonies of #518DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DB3

Black with #518DB3

Text Example


Text Example

White with #518DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,141,179); }

 H1.HeaderClassName
 {
   color: #518DB3;
 }
 .AnyTagClassName
 {
   color: #518DB3;
 }
</style>

background-color css

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

 a { background-color: rgb(81,141,179); }

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

border-color css

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

 span { border-color: rgb(81,141,179); }

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