Html Css Color HEX #568AA4 Air Force Blue

📋 copy color: '#568AA4'

red 86 ◦ green 138 ◦ blue 164

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

Shades of Air Force Blue #568AA4

Tints of Air Force Blue #568AA4

RGB

 RED value IS 86 (33.98% from 255) = 22.16%

 GREEN value IS 138 (54.3% from 255) = 35.57%

 BLUE value IS 164 (64.45% from 255) = 42.27%

R = 22.16%
G = 35.57%
B = 42.27%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#568AA4 (or 0x568AA4) is known color: Air Force Blue. HEX triplet: 56, 8A and A4. RGB value is (86,138,164). Sum of RGB (Red+Green+Blue) = 86+138+164=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #568AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568AA4 is #A9755B. Grayscale: #7D7D7D. Windows color (decimal): -11105628 or 10783318. OLE color: 10783318.

HSL color Cylindrical-coordinate representation of color #568AA4: hue angle of 200º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #568AA4 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 138 164 -
CMYK 0.48 0.16 0 0.36
HSL 200º 0.31% 0.49% -
HSV(B) 200º 0.48% 0.64% -
XYZ 19.63 22.84 38.5 -
YUV 125.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 86 138 164 0.48 0.16 0 0.36 200 0.31 0.49
Hex 56 8A A4 30 10 0 24 C8 1F 31
Octal 126 212 244 60 20 0 44 310 37 61
Binary 1010110 10001010 10100100 110000 10000 0 100100 11001000 11111 110001

Color Harmonies of #568AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568AA4

Black with #568AA4

Text Example


Text Example

White with #568AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568AA4; }

 p { color: rgb(86,138,164); }

 H1.HeaderClassName
 {
   color: #568AA4;
 }
 .AnyTagClassName
 {
   color: #568AA4;
 }
</style>

background-color css

<style>
 a { background-color: #568AA4; }

 a { background-color: rgb(86,138,164); }

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

border-color css

<style>
 span { border-color: #568AA4; }

 span { border-color: rgb(86,138,164); }

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