#658AF2

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

Shades of Cornflower Blue #658AF2

Tints of Cornflower Blue #658AF2

Color information

#658AF2 (or 0x658AF2) is unknown color: approx Cornflower Blue. HEX triplet: 65, 8A and F2. RGB value is (101,138,242). Sum of RGB (Red+Green+Blue) = 101+138+242=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #658AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658AF2 is #9A750D. Grayscale: #8A8A8A. Windows color (decimal): -10122510 or 15895141. OLE color: 15895141.

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

Color convert

RGB101138242-
CMYK0.580.4300.05
HSL224.26º84.43%67.25%-
HSV(B)224.26º58.26%94.9%-
XYZ30.4827.3587.68-
YUV138.79186.24101.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.00%
GREEN value IS 138 (54.30% from 255) = 28.69%
BLUE value IS 242 (94.92% from 255) = 50.31%
R=21.00%
G=28.69%
B=50.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1011382420.580.4300.05224.2684.4367.25
Hex658AF23A2B05e05443
Octal145212362725305340124103
Binary1100101100010101111001011101010101101011110000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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