#568BDF

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

Shades of Cornflower Blue #568BDF

Tints of Cornflower Blue #568BDF

Color information

#568BDF (or 0x568BDF) is unknown color: approx Cornflower Blue. HEX triplet: 56, 8B and DF. RGB value is (86,139,223). Sum of RGB (Red+Green+Blue) = 86+139+223=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #568BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BDF is #A97420. Grayscale: #848484. Windows color (decimal): -11105313 or 14650198. OLE color: 14650198.

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

Color convert

RGB86139223-
CMYK0.610.3800.13
HSL216.79º68.16%60.59%-
HSV(B)216.79º61.43%87.45%-
XYZ26.3925.7773.4-
YUV132.73178.9494.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.20%
GREEN value IS 139 (54.69% from 255) = 31.03%
BLUE value IS 223 (87.5% from 255) = 49.78%
R=19.20%
G=31.03%
B=49.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861392230.610.3800.13216.7968.1660.59
Hex568BDF3D260Dd9443d
Octal126213337754601533110475
Binary1010110100010111101111111110110011001101110110011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,139,223); }

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

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

 a { background-color: rgb(86,139,223); }

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

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

 span { border-color: rgb(86,139,223); }

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