Html Css Color HEX #538DB4 Air Force Blue

📋 copy color: '#538DB4'

red 83 ◦ green 141 ◦ blue 180

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

Shades of Air Force Blue #538DB4

Tints of Air Force Blue #538DB4

RGB

 RED value IS 83 (32.81% from 255) = 20.54%

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

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

R = 20.54%
G = 34.9%
B = 44.55%

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

#538DB4 (or 0x538DB4) is known color: Air Force Blue. HEX triplet: 53, 8D and B4. RGB value is (83,141,180). Sum of RGB (Red+Green+Blue) = 83+141+180=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #538DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DB4 is #AC724B. Grayscale: #7F7F7F. Windows color (decimal): -11301452 or 11832659. OLE color: 11832659.

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

Color convert

RGB 83 141 180 -
CMYK 0.54 0.22 0 0.29
HSL 204.12º 0.39% 0.52% -
HSV(B) 204.12º 0.54% 0.71% -
XYZ 21.33 24.18 46.72 -
YUV 128.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 83 141 180 0.54 0.22 0 0.29 204.12 0.39 0.52
Hex 53 8D B4 36 16 0 1D CC 27 34
Octal 123 215 264 66 26 0 35 314 47 64
Binary 1010011 10001101 10110100 110110 10110 0 11101 11001100 100111 110100

Color Harmonies of #538DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DB4

Black with #538DB4

Text Example


Text Example

White with #538DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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