#5A84DD

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

Shades of Cornflower Blue #5A84DD

Tints of Cornflower Blue #5A84DD

Color information

#5A84DD (or 0x5A84DD) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 84 and DD. RGB value is (90,132,221). Sum of RGB (Red+Green+Blue) = 90+132+221=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A84DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A84DD is #A57B22. Grayscale: #818181. Windows color (decimal): -10844963 or 14517338. OLE color: 14517338.

HSL color Cylindrical-coordinate representation of color #5A84DD: hue angle of 220.76º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A84DD is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90132221-
CMYK0.590.4000.13
HSL220.76º65.83%60.98%-
HSV(B)220.76º59.28%86.67%-
XYZ25.5223.971.67-
YUV129.59179.5999.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.32%
GREEN value IS 132 (51.95% from 255) = 29.80%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=20.32%
G=29.80%
B=49.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901322210.590.4000.13220.7665.8360.98
Hex5A84DD3B280Ddd423d
Octal132204335735001533510275
Binary1011010100001001101110111101110100001101110111011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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