Html Css Color HEX #548DB4 Air Force Blue

📋 copy color: '#548DB4'

red 84 ◦ green 141 ◦ blue 180

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

Shades of Air Force Blue #548DB4

Tints of Air Force Blue #548DB4

RGB

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

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

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

R = 20.74%
G = 34.81%
B = 44.44%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#548DB4 (or 0x548DB4) is known color: Air Force Blue. HEX triplet: 54, 8D and B4. RGB value is (84,141,180). Sum of RGB (Red+Green+Blue) = 84+141+180=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #548DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DB4 is #AB724B. Grayscale: #808080. Windows color (decimal): -11235916 or 11832660. OLE color: 11832660.

HSL color Cylindrical-coordinate representation of color #548DB4: hue angle of 204.38º 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 #548DB4 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 141 180 -
CMYK 0.53 0.22 0 0.29
HSL 204.38º 0.39% 0.52% -
HSV(B) 204.38º 0.53% 0.71% -
XYZ 21.42 24.23 46.73 -
YUV 128.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 84 141 180 0.53 0.22 0 0.29 204.38 0.39 0.52
Hex 54 8D B4 35 16 0 1D CC 27 34
Octal 124 215 264 65 26 0 35 314 47 64
Binary 1010100 10001101 10110100 110101 10110 0 11101 11001100 100111 110100

Color Harmonies of #548DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548DB4

Black with #548DB4

Text Example


Text Example

White with #548DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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