#5C7DDC

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

Shades of Cornflower Blue #5C7DDC

Tints of Cornflower Blue #5C7DDC

Color information

#5C7DDC (or 0x5C7DDC) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 7D and DC. RGB value is (92,125,220). Sum of RGB (Red+Green+Blue) = 92+125+220=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C7DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7DDC is #A38223. Grayscale: #7D7D7D. Windows color (decimal): -10715684 or 14450012. OLE color: 14450012.

HSL color Cylindrical-coordinate representation of color #5C7DDC: hue angle of 224.53º 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 #5C7DDC is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92125220-
CMYK0.580.4300.14
HSL224.53º64.65%61.18%-
HSV(B)224.53º58.18%86.27%-
XYZ24.6722.1170.68-
YUV125.96181.07103.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.05%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=21.05%
G=28.60%
B=50.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921252200.580.4300.14224.5364.6561.18
Hex5C7DDC3A2B0Ee1413d
Octal134175334725301634110175
Binary101110011111011101110011101010101101110111000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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