#5689FD

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

Shades of Cornflower Blue #5689FD

Tints of Cornflower Blue #5689FD

Color information

#5689FD (or 0x5689FD) is unknown color: approx Cornflower Blue. HEX triplet: 56, 89 and FD. RGB value is (86,137,253). Sum of RGB (Red+Green+Blue) = 86+137+253=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #5689FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5689FD is #A97602. Grayscale: #868686. Windows color (decimal): -11105795 or 16615766. OLE color: 16615766.

HSL color Cylindrical-coordinate representation of color #5689FD: hue angle of 221.68º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5689FD is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB86137253-
CMYK0.660.4600.01
HSL221.68º97.66%66.47%-
HSV(B)221.68º66.01%99.22%-
XYZ30.5126.9696.52-
YUV134.98194.693.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.07%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 253 (99.22% from 255) = 53.15%
R=18.07%
G=28.78%
B=53.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal861372530.660.4600.01221.6897.6666.47
Hex5689FD422E01de6242
Octal1262113751025601336142102
Binary101011010001001111111011000010101110011101111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5689FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5689FD; }

 p { color: rgb(86,137,253); }

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

<style>
 a { background-color: #5689FD; }

 a { background-color: rgb(86,137,253); }

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

<style>
 span { border-color: #5689FD; }

 span { border-color: rgb(86,137,253); }

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