#5A7EDE

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

Shades of Cornflower Blue #5A7EDE

Tints of Cornflower Blue #5A7EDE

Color information

#5A7EDE (or 0x5A7EDE) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 7E and DE. RGB value is (90,126,222). Sum of RGB (Red+Green+Blue) = 90+126+222=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A7EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7EDE is #A58121. Grayscale: #7D7D7D. Windows color (decimal): -10846498 or 14581338. OLE color: 14581338.

HSL color Cylindrical-coordinate representation of color #5A7EDE: hue angle of 223.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A7EDE is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90126222-
CMYK0.590.4300.13
HSL223.64º66.67%61.18%-
HSV(B)223.64º59.46%87.06%-
XYZ24.8622.3772.11-
YUV126.18182.07102.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.55%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 222 (87.11% from 255) = 50.68%
R=20.55%
G=28.77%
B=50.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901262220.590.4300.13223.6466.6761.18
Hex5A7EDE3B2B0De0433d
Octal132176336735301534010375
Binary101101011111101101111011101110101101101111000001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,126,222); }

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

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

 a { background-color: rgb(90,126,222); }

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

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

 span { border-color: rgb(90,126,222); }

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