#5C84EE

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

Shades of Cornflower Blue #5C84EE

Tints of Cornflower Blue #5C84EE

Color information

#5C84EE (or 0x5C84EE) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 84 and EE. RGB value is (92,132,238). Sum of RGB (Red+Green+Blue) = 92+132+238=462 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.91% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C84EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C84EE is #A37B11. Grayscale: #838383. Windows color (decimal): -10713874 or 15631452. OLE color: 15631452.

HSL color Cylindrical-coordinate representation of color #5C84EE: hue angle of 223.56º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C84EE is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB92132238-
CMYK0.610.4500.07
HSL223.56º81.11%64.71%-
HSV(B)223.56º61.34%93.33%-
XYZ28.124.9584.22-
YUV132.12187.7599.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.91%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 238 (93.36% from 255) = 51.52%
R=19.91%
G=28.57%
B=51.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal921322380.610.4500.07223.5681.1164.71
Hex5C84EE3D2D07e05141
Octal134204356755507340121101
Binary1011100100001001110111011110110110101111110000010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C84EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,132,238); }

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

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

 a { background-color: rgb(92,132,238); }

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

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

 span { border-color: rgb(92,132,238); }

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