#5A7EFD

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

Shades of Cornflower Blue #5A7EFD

Tints of Cornflower Blue #5A7EFD

Color information

#5A7EFD (or 0x5A7EFD) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 7E and FD. RGB value is (90,126,253). Sum of RGB (Red+Green+Blue) = 90+126+253=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A7EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7EFD is #A58102. Grayscale: #818181. Windows color (decimal): -10846467 or 16612954. OLE color: 16612954.

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

Color convert

RGB90126253-
CMYK0.640.5000.01
HSL226.75º97.6%67.25%-
HSV(B)226.75º64.43%99.22%-
XYZ29.4124.1996.05-
YUV129.71197.5799.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.19%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 253 (99.22% from 255) = 53.94%
R=19.19%
G=26.87%
B=53.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal901262530.640.5000.01226.7597.667.25
Hex5A7EFD403201e36243
Octal1321763751006201343142103
Binary10110101111110111111011000000110010011110001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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