#5e84ff

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

Shades of Cornflower Blue #5E84FF

Tints of Cornflower Blue #5E84FF

Color information

#5E84FF (or 0x5E84FF) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 84 and FF. RGB value is (94,132,255). Sum of RGB (Red+Green+Blue) = 94+132+255=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E84FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E84FF is #A17B00. Grayscale: #868686. Windows color (decimal): -10582785 or 16745566. OLE color: 16745566.

HSL color Cylindrical-coordinate representation of color #5E84FF: hue angle of 225.84º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E84FF is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB94132255-
CMYK0.630.4800
HSL225.84º100%68.43%-
HSV(B)225.84º63.14%100%-
XYZ30.9226.198.02-
YUV134.66195.9199-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.54%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 255 (100% from 255) = 53.01%
R=19.54%
G=27.44%
B=53.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal941322550.630.4800225.8410068.43
Hex5E84FF3F3000e26444
Octal136204377776000342144104
Binary10111101000010011111111111111110000001110001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e84ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5e84ff; }

 p { color: rgb(94,132,255); }

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

<style>
 a { background-color: #5e84ff; }

 a { background-color: rgb(94,132,255); }

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

<style>
 span { border-color: #5e84ff; }

 span { border-color: rgb(94,132,255); }

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