#658DE0

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

Shades of Cornflower Blue #658DE0

Tints of Cornflower Blue #658DE0

Color information

#658DE0 (or 0x658DE0) is unknown color: approx Cornflower Blue. HEX triplet: 65, 8D and E0. RGB value is (101,141,224). Sum of RGB (Red+Green+Blue) = 101+141+224=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #658DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DE0 is #9A721F. Grayscale: #8A8A8A. Windows color (decimal): -10121760 or 14716261. OLE color: 14716261.

HSL color Cylindrical-coordinate representation of color #658DE0: hue angle of 220.49º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658DE0 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB101141224-
CMYK0.550.3700.12
HSL220.49º66.49%63.73%-
HSV(B)220.49º54.91%87.84%-
XYZ28.3527.274.28-
YUV138.5176.25101.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.67%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 224 (87.89% from 255) = 48.07%
R=21.67%
G=30.26%
B=48.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1011412240.550.3700.12220.4966.4963.73
Hex658DE037250Cdc4240
Octal1452153406745014334102100
Binary11001011000110111100000110111100101011001101110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,141,224); }

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

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

 a { background-color: rgb(101,141,224); }

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

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

 span { border-color: rgb(101,141,224); }

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