#5C8DDC

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

Shades of Cornflower Blue #5C8DDC

Tints of Cornflower Blue #5C8DDC

Color information

#5C8DDC (or 0x5C8DDC) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 8D and DC. RGB value is (92,141,220). Sum of RGB (Red+Green+Blue) = 92+141+220=453 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.31% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C8DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8DDC is #A37223. Grayscale: #868686. Windows color (decimal): -10711588 or 14454108. OLE color: 14454108.

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

Color convert

RGB92141220-
CMYK0.580.3600.14
HSL217.03º64.65%61.18%-
HSV(B)217.03º58.18%86.27%-
XYZ26.8626.4971.41-
YUV135.35175.7797.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.31%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=20.31%
G=31.13%
B=48.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921412200.580.3600.14217.0364.6561.18
Hex5C8DDC3A240Ed9413d
Octal134215334724401633110175
Binary1011100100011011101110011101010010001110110110011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,141,220); }

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

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

 a { background-color: rgb(92,141,220); }

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

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

 span { border-color: rgb(92,141,220); }

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