#658DE5

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

Shades of Cornflower Blue #658DE5

Tints of Cornflower Blue #658DE5

Color information

#658DE5 (or 0x658DE5) is unknown color: approx Cornflower Blue. HEX triplet: 65, 8D and E5. RGB value is (101,141,229). Sum of RGB (Red+Green+Blue) = 101+141+229=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #658DE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DE5 is #9A721A. Grayscale: #8A8A8A. Windows color (decimal): -10121755 or 15043941. OLE color: 15043941.

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

Color convert

RGB101141229-
CMYK0.560.3800.10
HSL221.25º71.11%64.71%-
HSV(B)221.25º55.9%89.8%-
XYZ29.0327.4777.9-
YUV139.07178.75100.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 229 (89.84% from 255) = 48.62%
R=21.44%
G=29.94%
B=48.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1011412290.560.3800.10221.2571.1164.71
Hex658DE538260Add4741
Octal1452153457046012335107101
Binary11001011000110111100101111000100110010101101110110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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