#658EF0

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

Shades of Cornflower Blue #658EF0

Tints of Cornflower Blue #658EF0

Color information

#658EF0 (or 0x658EF0) is unknown color: approx Cornflower Blue. HEX triplet: 65, 8E and F0. RGB value is (101,142,240). Sum of RGB (Red+Green+Blue) = 101+142+240=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #658EF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658EF0 is #9A710F. Grayscale: #8C8C8C. Windows color (decimal): -10121488 or 15765093. OLE color: 15765093.

HSL color Cylindrical-coordinate representation of color #658EF0: hue angle of 222.3º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #658EF0 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101142240-
CMYK0.580.4100.06
HSL222.3º82.25%66.86%-
HSV(B)222.3º57.92%94.12%-
XYZ30.7728.486.3-
YUV140.91183.9299.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.91%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 240 (94.14% from 255) = 49.69%
R=20.91%
G=29.40%
B=49.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011422400.580.4100.06222.382.2566.86
Hex658EF03A2906de5243
Octal145216360725106336122103
Binary1100101100011101111000011101010100101101101111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,142,240); }

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

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

 a { background-color: rgb(101,142,240); }

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

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

 span { border-color: rgb(101,142,240); }

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