Html Css Color HEX #568BB3 Air Force Blue

📋 copy color: '#568BB3'

red 86 ◦ green 139 ◦ blue 179

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

Shades of Air Force Blue #568BB3

Tints of Air Force Blue #568BB3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.41%

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

R = 21.29%
G = 34.41%
B = 44.31%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#568BB3 (or 0x568BB3) is known color: Air Force Blue. HEX triplet: 56, 8B and B3. RGB value is (86,139,179). Sum of RGB (Red+Green+Blue) = 86+139+179=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #568BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BB3 is #A9744C. Grayscale: #7F7F7F. Windows color (decimal): -11105357 or 11766614. OLE color: 11766614.

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

Color convert

RGB 86 139 179 -
CMYK 0.52 0.22 0 0.30
HSL 205.81º 0.38% 0.52% -
HSV(B) 205.81º 0.52% 0.7% -
XYZ 21.21 23.7 46.1 -
YUV 127.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 86 139 179 0.52 0.22 0 0.30 205.81 0.38 0.52
Hex 56 8B B3 34 16 0 1E CE 26 34
Octal 126 213 263 64 26 0 36 316 46 64
Binary 1010110 10001011 10110011 110100 10110 0 11110 11001110 100110 110100

Color Harmonies of #568BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568BB3

Black with #568BB3

Text Example


Text Example

White with #568BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,139,179); }

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

background-color css

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

 a { background-color: rgb(86,139,179); }

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

border-color css

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

 span { border-color: rgb(86,139,179); }

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