#567DF4

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

Shades of Cornflower Blue #567DF4

Tints of Cornflower Blue #567DF4

Color information

#567DF4 (or 0x567DF4) is unknown color: approx Cornflower Blue. HEX triplet: 56, 7D and F4. RGB value is (86,125,244). Sum of RGB (Red+Green+Blue) = 86+125+244=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #567DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567DF4 is #A9820B. Grayscale: #7E7E7E. Windows color (decimal): -11108876 or 16022870. OLE color: 16022870.

HSL color Cylindrical-coordinate representation of color #567DF4: hue angle of 225.19º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #567DF4 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86125244-
CMYK0.650.4900.04
HSL225.19º87.78%64.71%-
HSV(B)225.19º64.75%95.69%-
XYZ27.523.1888.61-
YUV126.9194.0898.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.90%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 244 (95.70% from 255) = 53.63%
R=18.90%
G=27.47%
B=53.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal861252440.650.4900.04225.1987.7864.71
Hex567DF4413104e15841
Octal1261753641016104341130101
Binary1010110111110111110100100000111000101001110000110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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