#567DF0

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

Shades of Cornflower Blue #567DF0

Tints of Cornflower Blue #567DF0

Color information

#567DF0 (or 0x567DF0) is unknown color: approx Cornflower Blue. HEX triplet: 56, 7D and F0. RGB value is (86,125,240). Sum of RGB (Red+Green+Blue) = 86+125+240=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #567DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567DF0 is #A9820F. Grayscale: #7D7D7D. Windows color (decimal): -11108880 or 15760726. OLE color: 15760726.

HSL color Cylindrical-coordinate representation of color #567DF0: hue angle of 224.81º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #567DF0 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB86125240-
CMYK0.640.4800.06
HSL224.81º83.7%63.92%-
HSV(B)224.81º64.17%94.12%-
XYZ26.922.9485.45-
YUV126.45192.0899.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.07%
GREEN value IS 125 (49.22% from 255) = 27.72%
BLUE value IS 240 (94.14% from 255) = 53.22%
R=19.07%
G=27.72%
B=53.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal861252400.640.4800.06224.8183.763.92
Hex567DF0403006e15440
Octal1261753601006006341124100
Binary1010110111110111110000100000011000001101110000110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567DF0; }

 p { color: rgb(86,125,240); }

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

<style>
 a { background-color: #567DF0; }

 a { background-color: rgb(86,125,240); }

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

<style>
 span { border-color: #567DF0; }

 span { border-color: rgb(86,125,240); }

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