Html Css Color HEX #568DB4 Air Force Blue

📋 copy color: '#568DB4'

red 86 ◦ green 141 ◦ blue 180

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

Shades of Air Force Blue #568DB4

Tints of Air Force Blue #568DB4

RGB

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

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

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

R = 21.13%
G = 34.64%
B = 44.23%

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

#568DB4 (or 0x568DB4) is known color: Air Force Blue. HEX triplet: 56, 8D and B4. RGB value is (86,141,180). Sum of RGB (Red+Green+Blue) = 86+141+180=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #568DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568DB4 is #A9724B. Grayscale: #808080. Windows color (decimal): -11104844 or 11832662. OLE color: 11832662.

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

Color convert

RGB 86 141 180 -
CMYK 0.52 0.22 0 0.29
HSL 204.89º 0.39% 0.52% -
HSV(B) 204.89º 0.52% 0.71% -
XYZ 21.6 24.32 46.74 -
YUV 129 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 86 141 180 0.52 0.22 0 0.29 204.89 0.39 0.52
Hex 56 8D B4 34 16 0 1D CD 27 34
Octal 126 215 264 64 26 0 35 315 47 64
Binary 1010110 10001101 10110100 110100 10110 0 11101 11001101 100111 110100

Color Harmonies of #568DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568DB4

Black with #568DB4

Text Example


Text Example

White with #568DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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