#658CFF

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

Shades of Cornflower Blue #658CFF

Tints of Cornflower Blue #658CFF

Color information

#658CFF (or 0x658CFF) is unknown color: approx Cornflower Blue. HEX triplet: 65, 8C and FF. RGB value is (101,140,255). Sum of RGB (Red+Green+Blue) = 101+140+255=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #658CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658CFF is #9A7300. Grayscale: #8C8C8C. Windows color (decimal): -10121985 or 16747621. OLE color: 16747621.

HSL color Cylindrical-coordinate representation of color #658CFF: hue angle of 224.81º 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 #658CFF is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB101140255-
CMYK0.600.4500
HSL224.81º100%69.8%-
HSV(B)224.81º60.39%100%-
XYZ32.7928.7498.43-
YUV141.45192.0899.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.36%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 255 (100% from 255) = 51.41%
R=20.36%
G=28.23%
B=51.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1011402550.600.4500224.8110069.8
Hex658CFF3C2D00e16446
Octal145214377745500341144106
Binary11001011000110011111111111100101101001110000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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