Html Css Color HEX #528DB4 Air Force Blue

📋 copy color: '#528DB4'

red 82 ◦ green 141 ◦ blue 180

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

Shades of Air Force Blue #528DB4

Tints of Air Force Blue #528DB4

RGB

 RED value IS 82 (32.42% from 255) = 20.35%

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

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

R = 20.35%
G = 34.99%
B = 44.67%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#528DB4 (or 0x528DB4) is known color: Air Force Blue. HEX triplet: 52, 8D and B4. RGB value is (82,141,180). Sum of RGB (Red+Green+Blue) = 82+141+180=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #528DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DB4 is #AD724B. Grayscale: #7F7F7F. Windows color (decimal): -11366988 or 11832658. OLE color: 11832658.

HSL color Cylindrical-coordinate representation of color #528DB4: hue angle of 203.88º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #528DB4 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 141 180 -
CMYK 0.54 0.22 0 0.29
HSL 203.88º 0.4% 0.51% -
HSV(B) 203.88º 0.54% 0.71% -
XYZ 21.24 24.14 46.72 -
YUV 127.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 82 141 180 0.54 0.22 0 0.29 203.88 0.4 0.51
Hex 52 8D B4 36 16 0 1D CC 28 33
Octal 122 215 264 66 26 0 35 314 50 63
Binary 1010010 10001101 10110100 110110 10110 0 11101 11001100 101000 110011

Color Harmonies of #528DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DB4

Black with #528DB4

Text Example


Text Example

White with #528DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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