Html Css Color HEX #568CB1 Air Force Blue

📋 copy color: '#568CB1'

red 86 ◦ green 140 ◦ blue 177

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

Shades of Air Force Blue #568CB1

Tints of Air Force Blue #568CB1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.74%

 BLUE value IS 177 (69.53% from 255) = 43.92%

R = 21.34%
G = 34.74%
B = 43.92%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#568CB1 (or 0x568CB1) is known color: Air Force Blue. HEX triplet: 56, 8C and B1. RGB value is (86,140,177). Sum of RGB (Red+Green+Blue) = 86+140+177=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #568CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CB1 is #A9734E. Grayscale: #7F7F7F. Windows color (decimal): -11105103 or 11635798. OLE color: 11635798.

HSL color Cylindrical-coordinate representation of color #568CB1: hue angle of 204.4º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #568CB1 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 140 177 -
CMYK 0.51 0.21 0 0.31
HSL 204.4º 0.37% 0.52% -
HSV(B) 204.4º 0.51% 0.69% -
XYZ 21.15 23.91 45.1 -
YUV 128.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 86 140 177 0.51 0.21 0 0.31 204.4 0.37 0.52
Hex 56 8C B1 33 15 0 1F CC 25 34
Octal 126 214 261 63 25 0 37 314 45 64
Binary 1010110 10001100 10110001 110011 10101 0 11111 11001100 100101 110100

Color Harmonies of #568CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568CB1

Black with #568CB1

Text Example


Text Example

White with #568CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,140,177); }

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

background-color css

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

 a { background-color: rgb(86,140,177); }

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

border-color css

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

 span { border-color: rgb(86,140,177); }

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