#5A8CDC

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

Shades of Cornflower Blue #5A8CDC

Tints of Cornflower Blue #5A8CDC

Color information

#5A8CDC (or 0x5A8CDC) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 8C and DC. RGB value is (90,140,220). Sum of RGB (Red+Green+Blue) = 90+140+220=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8CDC is #A57323. Grayscale: #858585. Windows color (decimal): -10842916 or 14453850. OLE color: 14453850.

HSL color Cylindrical-coordinate representation of color #5A8CDC: hue angle of 216.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A8CDC is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB90140220-
CMYK0.590.3600.14
HSL216.92º65%60.78%-
HSV(B)216.92º59.09%86.27%-
XYZ26.5126.171.35-
YUV134.17176.4496.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 220 (86.33% from 255) = 48.89%
R=20%
G=31.11%
B=48.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal901402200.590.3600.14216.926560.78
Hex5A8CDC3B240Ed9413d
Octal132214334734401633110175
Binary1011010100011001101110011101110010001110110110011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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