Html Css Color HEX #558DB4 Air Force Blue

📋 copy color: '#558DB4'

red 85 ◦ green 141 ◦ blue 180

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

Shades of Air Force Blue #558DB4

Tints of Air Force Blue #558DB4

RGB

 RED value IS 85 (33.59% from 255) = 20.94%

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

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

R = 20.94%
G = 34.73%
B = 44.33%

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

#558DB4 (or 0x558DB4) is known color: Air Force Blue. HEX triplet: 55, 8D and B4. RGB value is (85,141,180). Sum of RGB (Red+Green+Blue) = 85+141+180=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #558DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DB4 is #AA724B. Grayscale: #808080. Windows color (decimal): -11170380 or 11832661. OLE color: 11832661.

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

Color convert

RGB 85 141 180 -
CMYK 0.53 0.22 0 0.29
HSL 204.63º 0.39% 0.52% -
HSV(B) 204.63º 0.53% 0.71% -
XYZ 21.51 24.28 46.73 -
YUV 128.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 85 141 180 0.53 0.22 0 0.29 204.63 0.39 0.52
Hex 55 8D B4 35 16 0 1D CD 27 34
Octal 125 215 264 65 26 0 35 315 47 64
Binary 1010101 10001101 10110100 110101 10110 0 11101 11001101 100111 110100

Color Harmonies of #558DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DB4

Black with #558DB4

Text Example


Text Example

White with #558DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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