#5A7DF9

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

Shades of Cornflower Blue #5A7DF9

Tints of Cornflower Blue #5A7DF9

Color information

#5A7DF9 (or 0x5A7DF9) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 7D and F9. RGB value is (90,125,249). Sum of RGB (Red+Green+Blue) = 90+125+249=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A7DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7DF9 is #A58206. Grayscale: #808080. Windows color (decimal): -10846727 or 16350554. OLE color: 16350554.

HSL color Cylindrical-coordinate representation of color #5A7DF9: hue angle of 226.79º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A7DF9 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB90125249-
CMYK0.640.5000.02
HSL226.79º92.98%66.47%-
HSV(B)226.79º63.86%97.65%-
XYZ28.6523.6892.68-
YUV128.67195.9100.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.40%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 249 (97.66% from 255) = 53.66%
R=19.40%
G=26.94%
B=53.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal901252490.640.5000.02226.7992.9866.47
Hex5A7DF9403202e35d42
Octal1321753711006202343135102
Binary101101011111011111100110000001100100101110001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,125,249); }

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

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

 a { background-color: rgb(90,125,249); }

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

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

 span { border-color: rgb(90,125,249); }

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