#568EDD

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

Shades of Cornflower Blue #568EDD

Tints of Cornflower Blue #568EDD

Color information

#568EDD (or 0x568EDD) is unknown color: approx Cornflower Blue. HEX triplet: 56, 8E and DD. RGB value is (86,142,221). Sum of RGB (Red+Green+Blue) = 86+142+221=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #568EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568EDD is #A97122. Grayscale: #858585. Windows color (decimal): -11104547 or 14519894. OLE color: 14519894.

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

Color convert

RGB86142221-
CMYK0.610.3600.13
HSL215.11º66.5%60.2%-
HSV(B)215.11º61.09%86.67%-
XYZ26.5626.5472.13-
YUV134.26176.9593.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.15%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 221 (86.72% from 255) = 49.22%
R=19.15%
G=31.63%
B=49.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861422210.610.3600.13215.1166.560.2
Hex568EDD3D240Dd7433c
Octal126216335754401532710374
Binary1010110100011101101110111110110010001101110101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,142,221); }

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

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

 a { background-color: rgb(86,142,221); }

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

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

 span { border-color: rgb(86,142,221); }

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