#568cff

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

Shades of Cornflower Blue #568CFF

Tints of Cornflower Blue #568CFF

Color information

#568CFF (or 0x568CFF) is unknown color: approx Cornflower Blue. HEX triplet: 56, 8C and FF. RGB value is (86,140,255). Sum of RGB (Red+Green+Blue) = 86+140+255=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #568CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568CFF is #A97300. Grayscale: #888888. Windows color (decimal): -11105025 or 16747606. OLE color: 16747606.

HSL color Cylindrical-coordinate representation of color #568CFF: hue angle of 220.83º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #568CFF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB86140255-
CMYK0.660.4500
HSL220.83º100%66.86%-
HSV(B)220.83º66.27%100%-
XYZ31.2727.9598.36-
YUV136.96194.6191.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.88%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 255 (100% from 255) = 53.01%
R=17.88%
G=29.11%
B=53.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal861402550.660.4500220.8310066.86
Hex568CFF422D00dd6443
Octal1262143771025500335144103
Binary101011010001100111111111000010101101001101110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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