#5783FA

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

Shades of Cornflower Blue #5783FA

Tints of Cornflower Blue #5783FA

Color information

#5783FA (or 0x5783FA) is unknown color: approx Cornflower Blue. HEX triplet: 57, 83 and FA. RGB value is (87,131,250). Sum of RGB (Red+Green+Blue) = 87+131+250=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #5783FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5783FA is #A87C05. Grayscale: #828282. Windows color (decimal): -11041798 or 16417623. OLE color: 16417623.

HSL color Cylindrical-coordinate representation of color #5783FA: hue angle of 223.8º 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 #5783FA is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87131250-
CMYK0.650.4800.02
HSL223.8º94.22%66.08%-
HSV(B)223.8º65.2%98.04%-
XYZ29.325.1693.75-
YUV131.41194.9296.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.59%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 250 (98.05% from 255) = 53.42%
R=18.59%
G=27.99%
B=53.42%

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
Decimal871312500.650.4800.02223.894.2266.08
Hex5783FA413002e05e42
Octal1272033721016002340136102
Binary1010111100000111111101010000011100000101110000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5783FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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