#5A7AEE

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

Shades of Cornflower Blue #5A7AEE

Tints of Cornflower Blue #5A7AEE

Color information

#5A7AEE (or 0x5A7AEE) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 7A and EE. RGB value is (90,122,238). Sum of RGB (Red+Green+Blue) = 90+122+238=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A7AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7AEE is #A58511. Grayscale: #7D7D7D. Windows color (decimal): -10847506 or 15628890. OLE color: 15628890.

HSL color Cylindrical-coordinate representation of color #5A7AEE: hue angle of 227.03º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A7AEE is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB90122238-
CMYK0.620.4900.07
HSL227.03º81.32%64.31%-
HSV(B)227.03º62.18%93.33%-
XYZ26.6122.2783.78-
YUV125.66191.4102.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 238 (93.36% from 255) = 52.89%
R=20%
G=27.11%
B=52.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal901222380.620.4900.07227.0381.3264.31
Hex5A7AEE3E3107e35140
Octal132172356766107343121100
Binary101101011110101110111011111011000101111110001110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,122,238); }

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

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

 a { background-color: rgb(90,122,238); }

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

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

 span { border-color: rgb(90,122,238); }

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