#5A7EE0

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

Shades of Cornflower Blue #5A7EE0

Tints of Cornflower Blue #5A7EE0

Color information

#5A7EE0 (or 0x5A7EE0) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 7E and E0. RGB value is (90,126,224). Sum of RGB (Red+Green+Blue) = 90+126+224=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #5A7EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7EE0 is #A5811F. Grayscale: #7D7D7D. Windows color (decimal): -10846496 or 14712410. OLE color: 14712410.

HSL color Cylindrical-coordinate representation of color #5A7EE0: hue angle of 223.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A7EE0 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB90126224-
CMYK0.600.4400.12
HSL223.88º68.37%61.57%-
HSV(B)223.88º59.82%87.84%-
XYZ25.1322.4873.53-
YUV126.41183.07102.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.45%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 224 (87.89% from 255) = 50.91%
R=20.45%
G=28.64%
B=50.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal901262240.600.4400.12223.8868.3761.57
Hex5A7EE03C2C0Ce0443e
Octal132176340745401434010476
Binary101101011111101110000011110010110001100111000001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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