Html Css Color HEX #538FB3 Air Force Blue

📋 copy color: '#538FB3'

red 83 ◦ green 143 ◦ blue 179

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

Shades of Air Force Blue #538FB3

Tints of Air Force Blue #538FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.2%

R = 20.49%
G = 35.31%
B = 44.2%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#538FB3 (or 0x538FB3) is known color: Air Force Blue. HEX triplet: 53, 8F and B3. RGB value is (83,143,179). Sum of RGB (Red+Green+Blue) = 83+143+179=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #538FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FB3 is #AC704C. Grayscale: #808080. Windows color (decimal): -11300941 or 11767635. OLE color: 11767635.

HSL color Cylindrical-coordinate representation of color #538FB3: hue angle of 202.5º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #538FB3 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 143 179 -
CMYK 0.54 0.20 0 0.30
HSL 202.5º 0.39% 0.51% -
HSV(B) 202.5º 0.54% 0.7% -
XYZ 21.53 24.74 46.29 -
YUV 129.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 83 143 179 0.54 0.20 0 0.30 202.5 0.39 0.51
Hex 53 8F B3 36 14 0 1E CA 27 33
Octal 123 217 263 66 24 0 36 312 47 63
Binary 1010011 10001111 10110011 110110 10100 0 11110 11001010 100111 110011

Color Harmonies of #538FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FB3

Black with #538FB3

Text Example


Text Example

White with #538FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,143,179); }

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

background-color css

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

 a { background-color: rgb(83,143,179); }

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

border-color css

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

 span { border-color: rgb(83,143,179); }

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