#5A8CDD

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

Shades of Cornflower Blue #5A8CDD

Tints of Cornflower Blue #5A8CDD

Color information

#5A8CDD (or 0x5A8CDD) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 8C and DD. RGB value is (90,140,221). Sum of RGB (Red+Green+Blue) = 90+140+221=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A8CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8CDD is #A57322. Grayscale: #858585. Windows color (decimal): -10842915 or 14519386. OLE color: 14519386.

HSL color Cylindrical-coordinate representation of color #5A8CDD: hue angle of 217.1º 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 #5A8CDD is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90140221-
CMYK0.590.3700.13
HSL217.1º65.83%60.98%-
HSV(B)217.1º59.28%86.67%-
XYZ26.6526.1572.05-
YUV134.28176.9496.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.96%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 221 (86.72% from 255) = 49.00%
R=19.96%
G=31.04%
B=49.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901402210.590.3700.13217.165.8360.98
Hex5A8CDD3B250Dd9423d
Octal132214335734501533110275
Binary1011010100011001101110111101110010101101110110011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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