#5794F6

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

Shades of Cornflower Blue #5794F6

Tints of Cornflower Blue #5794F6

Color information

#5794F6 (or 0x5794F6) is unknown color: approx Cornflower Blue. HEX triplet: 57, 94 and F6. RGB value is (87,148,246). Sum of RGB (Red+Green+Blue) = 87+148+246=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #5794F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5794F6 is #A86B09. Grayscale: #8C8C8C. Windows color (decimal): -11037450 or 16159831. OLE color: 16159831.

HSL color Cylindrical-coordinate representation of color #5794F6: hue angle of 216.98º degrees, saturation: 0.9, 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 #5794F6 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB87148246-
CMYK0.650.4000.04
HSL216.98º89.83%65.29%-
HSV(B)216.98º64.63%96.47%-
XYZ31.1529.8691.31-
YUV140.93187.2989.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.09%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 246 (96.48% from 255) = 51.14%
R=18.09%
G=30.77%
B=51.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal871482460.650.4000.04216.9889.8365.29
Hex5794F6412804d95a41
Octal1272243661015004331132101
Binary10101111001010011110110100000110100001001101100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5794F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5794F6; }

 p { color: rgb(87,148,246); }

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

<style>
 a { background-color: #5794F6; }

 a { background-color: rgb(87,148,246); }

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

<style>
 span { border-color: #5794F6; }

 span { border-color: rgb(87,148,246); }

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