#657AF2

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

Shades of Cornflower Blue #657AF2

Tints of Cornflower Blue #657AF2

Color information

#657AF2 (or 0x657AF2) is unknown color: approx Cornflower Blue. HEX triplet: 65, 7A and F2. RGB value is (101,122,242). Sum of RGB (Red+Green+Blue) = 101+122+242=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #657AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657AF2 is #9A850D. Grayscale: #808080. Windows color (decimal): -10126606 or 15891045. OLE color: 15891045.

HSL color Cylindrical-coordinate representation of color #657AF2: hue angle of 231.06º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #657AF2 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101122242-
CMYK0.580.5000.05
HSL231.06º84.43%67.25%-
HSV(B)231.06º58.26%94.9%-
XYZ28.3523.186.97-
YUV129.4191.54107.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.72%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 242 (94.92% from 255) = 52.04%
R=21.72%
G=26.24%
B=52.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1011222420.580.5000.05231.0684.4367.25
Hex657AF23A3205e75443
Octal145172362726205347124103
Binary110010111110101111001011101011001001011110011110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,122,242); }

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

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

 a { background-color: rgb(101,122,242); }

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

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

 span { border-color: rgb(101,122,242); }

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