#657DDC

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

Shades of Cornflower Blue #657DDC

Tints of Cornflower Blue #657DDC

Color information

#657DDC (or 0x657DDC) is unknown color: approx Cornflower Blue. HEX triplet: 65, 7D and DC. RGB value is (101,125,220). Sum of RGB (Red+Green+Blue) = 101+125+220=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #657DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DDC is #9A8223. Grayscale: #808080. Windows color (decimal): -10125860 or 14450021. OLE color: 14450021.

HSL color Cylindrical-coordinate representation of color #657DDC: hue angle of 227.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #657DDC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB101125220-
CMYK0.540.4300.14
HSL227.9º62.96%62.94%-
HSV(B)227.9º54.09%86.27%-
XYZ25.6222.670.72-
YUV128.65179.55108.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.65%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 220 (86.33% from 255) = 49.33%
R=22.65%
G=28.03%
B=49.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1011252200.540.4300.14227.962.9662.94
Hex657DDC362B0Ee43f3f
Octal14517533466530163447777
Binary11001011111101110111001101101010110111011100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657DDC; }

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

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

<style>
 a { background-color: #657DDC; }

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

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

<style>
 span { border-color: #657DDC; }

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

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