#568CF6

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

Shades of Cornflower Blue #568CF6

Tints of Cornflower Blue #568CF6

Color information

#568CF6 (or 0x568CF6) is unknown color: approx Cornflower Blue. HEX triplet: 56, 8C and F6. RGB value is (86,140,246). Sum of RGB (Red+Green+Blue) = 86+140+246=472 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.22% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #568CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568CF6 is #A97309. Grayscale: #878787. Windows color (decimal): -11105034 or 16157782. OLE color: 16157782.

HSL color Cylindrical-coordinate representation of color #568CF6: hue angle of 219.75º 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 #568CF6 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86140246-
CMYK0.650.4300.04
HSL219.75º89.89%65.1%-
HSV(B)219.75º65.04%96.47%-
XYZ29.8527.3990.9-
YUV135.94190.1192.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.22%
GREEN value IS 140 (55.08% from 255) = 29.66%
BLUE value IS 246 (96.48% from 255) = 52.12%
R=18.22%
G=29.66%
B=52.12%

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
Decimal861402460.650.4300.04219.7589.8965.1
Hex568CF6412B04dc5a41
Octal1262143661015304334132101
Binary10101101000110011110110100000110101101001101110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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