#5D7DEC

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

Shades of Cornflower Blue #5D7DEC

Tints of Cornflower Blue #5D7DEC

Color information

#5D7DEC (or 0x5D7DEC) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 7D and EC. RGB value is (93,125,236). Sum of RGB (Red+Green+Blue) = 93+125+236=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D7DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D7DEC is #A28213. Grayscale: #7F7F7F. Windows color (decimal): -10650132 or 15498589. OLE color: 15498589.

HSL color Cylindrical-coordinate representation of color #5D7DEC: hue angle of 226.57º degrees, saturation: 0.79, 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 #5D7DEC is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93125236-
CMYK0.610.4700.07
HSL226.57º79.01%64.51%-
HSV(B)226.57º60.59%92.55%-
XYZ26.9923.0582.38-
YUV128.09188.9102.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.48%
GREEN value IS 125 (49.22% from 255) = 27.53%
BLUE value IS 236 (92.58% from 255) = 51.98%
R=20.48%
G=27.53%
B=51.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal931252360.610.4700.07226.5779.0164.51
Hex5D7DEC3D2F07e34f41
Octal135175354755707343117101
Binary101110111111011110110011110110111101111110001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,125,236); }

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

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

 a { background-color: rgb(93,125,236); }

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

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

 span { border-color: rgb(93,125,236); }

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