#658BEA

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

Shades of Cornflower Blue #658BEA

Tints of Cornflower Blue #658BEA

Color information

#658BEA (or 0x658BEA) is unknown color: approx Cornflower Blue. HEX triplet: 65, 8B and EA. RGB value is (101,139,234). Sum of RGB (Red+Green+Blue) = 101+139+234=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #658BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658BEA is #9A7415. Grayscale: #8A8A8A. Windows color (decimal): -10122262 or 15371109. OLE color: 15371109.

HSL color Cylindrical-coordinate representation of color #658BEA: hue angle of 222.86º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #658BEA is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101139234-
CMYK0.570.4100.08
HSL222.86º76%65.69%-
HSV(B)222.86º56.84%91.76%-
XYZ29.4527.1781.53-
YUV138.47181.91101.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.31%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=21.31%
G=29.32%
B=49.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011392340.570.4100.08222.867665.69
Hex658BEA392908df4c42
Octal1452133527151010337114102
Binary11001011000101111101010111001101001010001101111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,139,234); }

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

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

 a { background-color: rgb(101,139,234); }

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

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

 span { border-color: rgb(101,139,234); }

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