#658DE4

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

Shades of Cornflower Blue #658DE4

Tints of Cornflower Blue #658DE4

Color information

#658DE4 (or 0x658DE4) is unknown color: approx Cornflower Blue. HEX triplet: 65, 8D and E4. RGB value is (101,141,228). Sum of RGB (Red+Green+Blue) = 101+141+228=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #658DE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DE4 is #9A721B. Grayscale: #8A8A8A. Windows color (decimal): -10121756 or 14978405. OLE color: 14978405.

HSL color Cylindrical-coordinate representation of color #658DE4: hue angle of 221.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #658DE4 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB101141228-
CMYK0.560.3800.11
HSL221.1º70.17%64.51%-
HSV(B)221.1º55.7%89.41%-
XYZ28.927.4277.17-
YUV138.96178.25100.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.49%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 228 (89.45% from 255) = 48.51%
R=21.49%
G=30%
B=48.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1011412280.560.3800.11221.170.1764.51
Hex658DE438260Bdd4641
Octal1452153447046013335106101
Binary11001011000110111100100111000100110010111101110110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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