Html Css Color HEX #568DB5 Air Force Blue

📋 copy color: '#568DB5'

red 86 ◦ green 141 ◦ blue 181

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

Shades of Air Force Blue #568DB5

Tints of Air Force Blue #568DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.36%

R = 21.08%
G = 34.56%
B = 44.36%

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

#568DB5 (or 0x568DB5) is known color: Air Force Blue. HEX triplet: 56, 8D and B5. RGB value is (86,141,181). Sum of RGB (Red+Green+Blue) = 86+141+181=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 181 - color contains mainly: blue. Hex color #568DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568DB5 is #A9724A. Grayscale: #808080. Windows color (decimal): -11104843 or 11898198. OLE color: 11898198.

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

Color convert

RGB 86 141 181 -
CMYK 0.52 0.22 0 0.29
HSL 205.26º 0.39% 0.52% -
HSV(B) 205.26º 0.52% 0.71% -
XYZ 21.7 24.36 47.27 -
YUV 129.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 86 141 181 0.52 0.22 0 0.29 205.26 0.39 0.52
Hex 56 8D B5 34 16 0 1D CD 27 34
Octal 126 215 265 64 26 0 35 315 47 64
Binary 1010110 10001101 10110101 110100 10110 0 11101 11001101 100111 110100

Color Harmonies of #568DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568DB5

Black with #568DB5

Text Example


Text Example

White with #568DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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