#658EFF

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

Shades of Cornflower Blue #658EFF

Tints of Cornflower Blue #658EFF

Color information

#658EFF (or 0x658EFF) is unknown color: approx Cornflower Blue. HEX triplet: 65, 8E and FF. RGB value is (101,142,255). Sum of RGB (Red+Green+Blue) = 101+142+255=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #658EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658EFF is #9A7100. Grayscale: #8E8E8E. Windows color (decimal): -10121473 or 16748133. OLE color: 16748133.

HSL color Cylindrical-coordinate representation of color #658EFF: hue angle of 224.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #658EFF is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB101142255-
CMYK0.600.4400
HSL224.03º100%69.8%-
HSV(B)224.03º60.39%100%-
XYZ33.0929.3398.53-
YUV142.62191.4298.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.28%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 255 (100% from 255) = 51.20%
R=20.28%
G=28.51%
B=51.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1011422550.600.4400224.0310069.8
Hex658EFF3C2C00e06446
Octal145216377745400340144106
Binary11001011000111011111111111100101100001110000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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