#568FDD

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

Shades of Cornflower Blue #568FDD

Tints of Cornflower Blue #568FDD

Color information

#568FDD (or 0x568FDD) is unknown color: approx Cornflower Blue. HEX triplet: 56, 8F and DD. RGB value is (86,143,221). Sum of RGB (Red+Green+Blue) = 86+143+221=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #568FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FDD is #A97022. Grayscale: #868686. Windows color (decimal): -11104291 or 14520150. OLE color: 14520150.

HSL color Cylindrical-coordinate representation of color #568FDD: hue angle of 214.67º 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 #568FDD is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86143221-
CMYK0.610.3500.13
HSL214.67º66.5%60.2%-
HSV(B)214.67º61.09%86.67%-
XYZ26.7126.8472.18-
YUV134.85176.6293.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.11%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 221 (86.72% from 255) = 49.11%
R=19.11%
G=31.78%
B=49.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861432210.610.3500.13214.6766.560.2
Hex568FDD3D230Dd7433c
Octal126217335754301532710374
Binary1010110100011111101110111110110001101101110101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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