#5D84EA

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

Shades of Cornflower Blue #5D84EA

Tints of Cornflower Blue #5D84EA

Color information

#5D84EA (or 0x5D84EA) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 84 and EA. RGB value is (93,132,234). Sum of RGB (Red+Green+Blue) = 93+132+234=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D84EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D84EA is #A27B15. Grayscale: #838383. Windows color (decimal): -10648342 or 15369309. OLE color: 15369309.

HSL color Cylindrical-coordinate representation of color #5D84EA: hue angle of 223.4º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D84EA is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93132234-
CMYK0.600.4400.08
HSL223.4º77.05%64.12%-
HSV(B)223.4º60.26%91.76%-
XYZ27.6224.7781.17-
YUV131.97185.58100.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.26%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=20.26%
G=28.76%
B=50.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931322340.600.4400.08223.477.0564.12
Hex5D84EA3C2C08df4d40
Octal1352043527454010337115100
Binary10111011000010011101010111100101100010001101111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D84EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,132,234); }

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

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

 a { background-color: rgb(93,132,234); }

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

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

 span { border-color: rgb(93,132,234); }

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