#5A7CFC

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

Shades of Cornflower Blue #5A7CFC

Tints of Cornflower Blue #5A7CFC

Color information

#5A7CFC (or 0x5A7CFC) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 7C and FC. RGB value is (90,124,252). Sum of RGB (Red+Green+Blue) = 90+124+252=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A7CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7CFC is #A58303. Grayscale: #7F7F7F. Windows color (decimal): -10846980 or 16546906. OLE color: 16546906.

HSL color Cylindrical-coordinate representation of color #5A7CFC: hue angle of 227.41º degrees, saturation: 0.96, 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 #5A7CFC is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB90124252-
CMYK0.640.5100.01
HSL227.41º96.43%67.06%-
HSV(B)227.41º64.29%98.82%-
XYZ28.9923.6295.13-
YUV128.43197.74100.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.31%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 252 (98.83% from 255) = 54.08%
R=19.31%
G=26.61%
B=54.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal901242520.640.5100.01227.4196.4367.06
Hex5A7CFC403301e36043
Octal1321743741006301343140103
Binary10110101111100111111001000000110011011110001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,124,252); }

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

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

 a { background-color: rgb(90,124,252); }

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

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

 span { border-color: rgb(90,124,252); }

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