#5A7AF3

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

Shades of Cornflower Blue #5A7AF3

Tints of Cornflower Blue #5A7AF3

Color information

#5A7AF3 (or 0x5A7AF3) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 7A and F3. RGB value is (90,122,243). Sum of RGB (Red+Green+Blue) = 90+122+243=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A7AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7AF3 is #A5850C. Grayscale: #7D7D7D. Windows color (decimal): -10847501 or 15956570. OLE color: 15956570.

HSL color Cylindrical-coordinate representation of color #5A7AF3: hue angle of 227.45º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A7AF3 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90122243-
CMYK0.630.5000.05
HSL227.45º86.44%65.29%-
HSV(B)227.45º62.96%95.29%-
XYZ27.3522.5687.71-
YUV126.23193.9102.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.78%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 243 (95.31% from 255) = 53.41%
R=19.78%
G=26.81%
B=53.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal901222430.630.5000.05227.4586.4465.29
Hex5A7AF33F3205e35641
Octal132172363776205343126101
Binary101101011110101111001111111111001001011110001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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