#5A84EB

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

Shades of Cornflower Blue #5A84EB

Tints of Cornflower Blue #5A84EB

Color information

#5A84EB (or 0x5A84EB) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 84 and EB. RGB value is (90,132,235). Sum of RGB (Red+Green+Blue) = 90+132+235=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A84EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A84EB is #A57B14. Grayscale: #828282. Windows color (decimal): -10844949 or 15434842. OLE color: 15434842.

HSL color Cylindrical-coordinate representation of color #5A84EB: hue angle of 222.62º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A84EB is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90132235-
CMYK0.620.4400.08
HSL222.62º78.38%63.73%-
HSV(B)222.62º61.7%92.16%-
XYZ27.4624.6781.91-
YUV131.18186.5998.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.69%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 235 (92.19% from 255) = 51.42%
R=19.69%
G=28.88%
B=51.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901322350.620.4400.08222.6278.3863.73
Hex5A84EB3E2C08df4e40
Octal1322043537654010337116100
Binary10110101000010011101011111110101100010001101111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,132,235); }

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

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

 a { background-color: rgb(90,132,235); }

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

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

 span { border-color: rgb(90,132,235); }

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