#568DF6

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

Shades of Cornflower Blue #568DF6

Tints of Cornflower Blue #568DF6

Color information

#568DF6 (or 0x568DF6) is unknown color: approx Cornflower Blue. HEX triplet: 56, 8D and F6. RGB value is (86,141,246). Sum of RGB (Red+Green+Blue) = 86+141+246=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #568DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568DF6 is #A97209. Grayscale: #888888. Windows color (decimal): -11104778 or 16158038. OLE color: 16158038.

HSL color Cylindrical-coordinate representation of color #568DF6: hue angle of 219.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #568DF6 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86141246-
CMYK0.650.4300.04
HSL219.38º89.89%65.1%-
HSV(B)219.38º65.04%96.47%-
XYZ3027.6890.95-
YUV136.52189.7891.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.18%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 246 (96.48% from 255) = 52.01%
R=18.18%
G=29.81%
B=52.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal861412460.650.4300.04219.3889.8965.1
Hex568DF6412B04db5a41
Octal1262153661015304333132101
Binary10101101000110111110110100000110101101001101101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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