Html Css Color HEX #578DB4 Air Force Blue

📋 copy color: '#578DB4'

red 87 ◦ green 141 ◦ blue 180

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

Shades of Air Force Blue #578DB4

Tints of Air Force Blue #578DB4

RGB

 RED value IS 87 (34.38% from 255) = 21.32%

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

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

R = 21.32%
G = 34.56%
B = 44.12%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#578DB4 (or 0x578DB4) is known color: Air Force Blue. HEX triplet: 57, 8D and B4. RGB value is (87,141,180). Sum of RGB (Red+Green+Blue) = 87+141+180=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #578DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578DB4 is #A8724B. Grayscale: #818181. Windows color (decimal): -11039308 or 11832663. OLE color: 11832663.

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

Color convert

RGB 87 141 180 -
CMYK 0.52 0.22 0 0.29
HSL 205.16º 0.38% 0.52% -
HSV(B) 205.16º 0.52% 0.71% -
XYZ 21.69 24.37 46.74 -
YUV 129.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 87 141 180 0.52 0.22 0 0.29 205.16 0.38 0.52
Hex 57 8D B4 34 16 0 1D CD 26 34
Octal 127 215 264 64 26 0 35 315 46 64
Binary 1010111 10001101 10110100 110100 10110 0 11101 11001101 100110 110100

Color Harmonies of #578DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578DB4

Black with #578DB4

Text Example


Text Example

White with #578DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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