#5D84EB

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

Shades of Cornflower Blue #5D84EB

Tints of Cornflower Blue #5D84EB

Color information

#5D84EB (or 0x5D84EB) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 84 and EB. RGB value is (93,132,235). Sum of RGB (Red+Green+Blue) = 93+132+235=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D84EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D84EB is #A27B14. Grayscale: #838383. Windows color (decimal): -10648341 or 15434845. OLE color: 15434845.

HSL color Cylindrical-coordinate representation of color #5D84EB: hue angle of 223.52º degrees, saturation: 0.78, 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 #5D84EB is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93132235-
CMYK0.600.4400.08
HSL223.52º78.02%64.31%-
HSV(B)223.52º60.43%92.16%-
XYZ27.7624.8381.93-
YUV132.08186.08100.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.22%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=20.22%
G=28.70%
B=51.09%

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
Decimal931322350.600.4400.08223.5278.0264.31
Hex5D84EB3C2C08e04e40
Octal1352043537454010340116100
Binary10111011000010011101011111100101100010001110000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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