#5782FA

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

Shades of Cornflower Blue #5782FA

Tints of Cornflower Blue #5782FA

Color information

#5782FA (or 0x5782FA) is unknown color: approx Cornflower Blue. HEX triplet: 57, 82 and FA. RGB value is (87,130,250). Sum of RGB (Red+Green+Blue) = 87+130+250=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #5782FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5782FA is #A87D05. Grayscale: #828282. Windows color (decimal): -11042054 or 16417367. OLE color: 16417367.

HSL color Cylindrical-coordinate representation of color #5782FA: hue angle of 224.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5782FA is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87130250-
CMYK0.650.4800.02
HSL224.17º94.22%66.08%-
HSV(B)224.17º65.2%98.04%-
XYZ29.1724.8993.71-
YUV130.82195.2596.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.63%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 250 (98.05% from 255) = 53.53%
R=18.63%
G=27.84%
B=53.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal871302500.650.4800.02224.1794.2266.08
Hex5782FA413002e05e42
Octal1272023721016002340136102
Binary1010111100000101111101010000011100000101110000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5782FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5782FA; }

 p { color: rgb(87,130,250); }

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

<style>
 a { background-color: #5782FA; }

 a { background-color: rgb(87,130,250); }

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

<style>
 span { border-color: #5782FA; }

 span { border-color: rgb(87,130,250); }

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