Html Css Color HEX #548FB4 Air Force Blue

📋 copy color: '#548FB4'

red 84 ◦ green 143 ◦ blue 180

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

Shades of Air Force Blue #548FB4

Tints of Air Force Blue #548FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

 BLUE value IS 180 (70.7% from 255) = 44.23%

R = 20.64%
G = 35.14%
B = 44.23%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#548FB4 (or 0x548FB4) is known color: Air Force Blue. HEX triplet: 54, 8F and B4. RGB value is (84,143,180). Sum of RGB (Red+Green+Blue) = 84+143+180=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #548FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548FB4 is #AB704B. Grayscale: #818181. Windows color (decimal): -11235404 or 11833172. OLE color: 11833172.

HSL color Cylindrical-coordinate representation of color #548FB4: hue angle of 203.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #548FB4 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 143 180 -
CMYK 0.53 0.21 0 0.29
HSL 203.13º 0.39% 0.52% -
HSV(B) 203.13º 0.53% 0.71% -
XYZ 21.72 24.83 46.83 -
YUV 129.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 84 143 180 0.53 0.21 0 0.29 203.13 0.39 0.52
Hex 54 8F B4 35 15 0 1D CB 27 34
Octal 124 217 264 65 25 0 35 313 47 64
Binary 1010100 10001111 10110100 110101 10101 0 11101 11001011 100111 110100

Color Harmonies of #548FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548FB4

Black with #548FB4

Text Example


Text Example

White with #548FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548FB4; }

 p { color: rgb(84,143,180); }

 H1.HeaderClassName
 {
   color: #548FB4;
 }
 .AnyTagClassName
 {
   color: #548FB4;
 }
</style>

background-color css

<style>
 a { background-color: #548FB4; }

 a { background-color: rgb(84,143,180); }

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

border-color css

<style>
 span { border-color: #548FB4; }

 span { border-color: rgb(84,143,180); }

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