#568CDB

Color #568CDB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #568CDB

Tints of Cornflower Blue #568CDB

Color information

#568CDB (or 0x568CDB) is unknown color: approx Cornflower Blue. HEX triplet: 56, 8C and DB. RGB value is (86,140,219). Sum of RGB (Red+Green+Blue) = 86+140+219=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #568CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CDB is #A97324. Grayscale: #848484. Windows color (decimal): -11105061 or 14388310. OLE color: 14388310.

HSL color Cylindrical-coordinate representation of color #568CDB: hue angle of 215.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #568CDB is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB86140219-
CMYK0.610.3600.14
HSL215.64º64.88%59.8%-
HSV(B)215.64º60.73%85.88%-
XYZ2625.8570.64-
YUV132.86176.6194.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.33%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 219 (85.94% from 255) = 49.21%
R=19.33%
G=31.46%
B=49.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861402190.610.3600.14215.6464.8859.8
Hex568CDB3D240Ed8413c
Octal126214333754401633010174
Binary1010110100011001101101111110110010001110110110001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #568CDB;
 }
 .AnyTagClassName
 {
   color: #568CDB;
 }
</style>
background-color css

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

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

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

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

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

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