Html Css Color HEX #547FAA Air Force Blue

📋 copy color: '#547FAA'

red 84 ◦ green 127 ◦ blue 170

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

Shades of Air Force Blue #547FAA

Tints of Air Force Blue #547FAA

RGB

 RED value IS 84 (33.2% from 255) = 22.05%

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 22.05%
G = 33.33%
B = 44.62%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#547FAA (or 0x547FAA) is known color: Air Force Blue. HEX triplet: 54, 7F and AA. RGB value is (84,127,170). Sum of RGB (Red+Green+Blue) = 84+127+170=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #547FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547FAA is #AB8055. Grayscale: #767676. Windows color (decimal): -11239510 or 11173716. OLE color: 11173716.

HSL color Cylindrical-coordinate representation of color #547FAA: hue angle of 210º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #547FAA is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 127 170 -
CMYK 0.51 0.25 0 0.33
HSL 210º 0.34% 0.5% -
HSV(B) 210º 0.51% 0.67% -
XYZ 18.5 19.97 40.91 -
YUV 119.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 84 127 170 0.51 0.25 0 0.33 210 0.34 0.5
Hex 54 7F AA 33 19 0 21 D2 22 32
Octal 124 177 252 63 31 0 41 322 42 62
Binary 1010100 1111111 10101010 110011 11001 0 100001 11010010 100010 110010

Color Harmonies of #547FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FAA

Black with #547FAA

Text Example


Text Example

White with #547FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547FAA; }

 p { color: rgb(84,127,170); }

 H1.HeaderClassName
 {
   color: #547FAA;
 }
 .AnyTagClassName
 {
   color: #547FAA;
 }
</style>

background-color css

<style>
 a { background-color: #547FAA; }

 a { background-color: rgb(84,127,170); }

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

border-color css

<style>
 span { border-color: #547FAA; }

 span { border-color: rgb(84,127,170); }

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