Html Css Color HEX #547FAB Air Force Blue

📋 copy color: '#547FAB'

red 84 ◦ green 127 ◦ blue 171

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

Shades of Air Force Blue #547FAB

Tints of Air Force Blue #547FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 21.99%
G = 33.25%
B = 44.76%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#547FAB (or 0x547FAB) is known color: Air Force Blue. HEX triplet: 54, 7F and AB. RGB value is (84,127,171). Sum of RGB (Red+Green+Blue) = 84+127+171=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #547FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547FAB is #AB8054. Grayscale: #767676. Windows color (decimal): -11239509 or 11239252. OLE color: 11239252.

HSL color Cylindrical-coordinate representation of color #547FAB: hue angle of 210.34º 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 #547FAB is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 127 171 -
CMYK 0.51 0.26 0 0.33
HSL 210.34º 0.34% 0.5% -
HSV(B) 210.34º 0.51% 0.67% -
XYZ 18.6 20 41.41 -
YUV 119.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 84 127 171 0.51 0.26 0 0.33 210.34 0.34 0.5
Hex 54 7F AB 33 1A 0 21 D2 22 32
Octal 124 177 253 63 32 0 41 322 42 62
Binary 1010100 1111111 10101011 110011 11010 0 100001 11010010 100010 110010

Color Harmonies of #547FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FAB

Black with #547FAB

Text Example


Text Example

White with #547FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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